mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Scenario cleanup. scrolling.md
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user