Controls/ScrollView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=ScrollView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/scrollview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Viewport scroller; verify scrollbars and wheel behavior on GTK/Wayland. | props= <tr><td>Content</td><td>?</td><td></td><td>Child view</td></tr> <tr><td>Orientation</td><td>?</td><td></td><td>Vertical/Horizontal/Both</td></tr> <tr><td>IsScrollAnimated</td><td>?</td><td></td>..." |
(No difference)
|
Latest revision as of 16:12, 17 October 2025
ScrollView
- Kind
- Control
- Microsoft Docs
- ScrollView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Viewport scroller; verify scrollbars and wheel behavior on GTK/Wayland.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Content | ? | Child view | |
| Orientation | ? | Vertical/Horizontal/Both | |
| IsScrollAnimated | ? | Smooth scrolling | |
| Padding | ? | Inner spacing |