Skip to content

Commit ead10ab

Browse files
authored
add more info about scrollview (#5935)
1 parent 1c9a820 commit ead10ab

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

hub/apps/design/controls/scroll-controls.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Scroll viewer controls
44
ms.assetid: 1BFF0E81-BF9C-43F7-95F6-EFC6BDD5EC31
55
label: Scrollbars
66
template: detail.hbs
7-
ms.date: 02/26/2025
7+
ms.date: 10/31/2025
88
ms.topic: how-to
99
doc-status: Published
1010
ms.localizationpriority: medium
@@ -28,6 +28,8 @@ Depending on the situation, the scroll viewer's scrollbar uses two different vis
2828

2929
> [!IMPORTANT]
3030
> WinUI 3 has two different scroll viewer controls available: [ScrollViewer](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollviewer) and [ScrollView](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview). Whenever we speak generically about _scroll viewer_ controls, the information applies to both controls.
31+
>
32+
> The `ScrollView` control is similar in behavior and usage to the `ScrollViewer` control, but is based on [InteractionTracker](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.interactions.interactiontracker), has new features such as animation-driven view changes, and is designed to ensure full functionality with [ItemsRepeater](items-repeater.md).
3133
3234
## Scrolling, panning, and zooming
3335

@@ -41,8 +43,8 @@ Use a scroll viewer control to allow _scrolling_, _panning_, and _zooming_ of yo
4143

4244
The scrollbar is conscious of the user's input method and uses it to determine which visualization to display.
4345

44-
* When the region is scrolled without manipulating the scrollbar directly, for example, by touch, the panning indicator appears, displaying the current scroll position.
45-
* When the mouse or pen cursor moves over the panning indicator, it morphs into the traditional scrollbar. Dragging the scrollbar thumb manipulates the scrolling region.
46+
- When the region is scrolled without manipulating the scrollbar directly, for example, by touch, the panning indicator appears, displaying the current scroll position.
47+
- When the mouse or pen cursor moves over the panning indicator, it morphs into the traditional scrollbar. Dragging the scrollbar thumb manipulates the scrolling region.
4648

4749
:::image type="content" source="images/conscious-scroll.gif" alt-text="An animation that shows the scroll bar transform from the narrow panning indicator to the traditional thumb when the cursor moves over it.":::
4850

0 commit comments

Comments
 (0)