Scenario cleanup. scrolling.md

This commit is contained in:
Tig
2024-11-17 09:28:33 -07:00
parent bc46801a6a
commit f527e599b2
18 changed files with 392 additions and 557 deletions

View File

@@ -14,7 +14,7 @@
* *Parent View* - A view that holds a reference to another view in a parent/child relationship, but is NOT a SuperView of the child. Terminal.Gui uses the terms "Child" and "Parent" sparingly. Generally Subview/SuperView is preferred.
### Layout
### Layout and Arrangement
See the [Layout Deep Dive](layout.md) and the [Arrangement Deep Dive](arrangement.md).
@@ -26,6 +26,11 @@ See the [Drawing Deep Dive](drawing.md).
See the [Navigation Deep Dive](navigation.md).
### Scrolling
See the [Scrolling Deep Dive](scrolling.md).
### Application Concepts
* *TopLevel* - The v1 term used to describe a view that can have a MenuBar and/or StatusBar. In v2, we will delete the `TopLevel` class and ensure ANY View can have a menu bar and/or status bar (via `Adornments`).