View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005158 | NoesisGUI | C# SDK | public | 2026-08-04 13:40 | 2026-08-04 15:24 |
| Reporter | Sahup | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.2.10 | ||||
| Target Version | 3.2.14 | ||||
| Summary | 0005158: Scrolling with VirtualizingStackPanel and ScrollUnit=Pixel might jump to the bottom of the list | ||||
| Description | Hello, I have an ItemsControl where the ItemsPanelTemplate is a VirtualizingStackPanel with IsVirtualizing="True", VirtualizationMode="Recycling" and ScrollUnit="Pixel". In the bound items (an observable collection) I have several items that could be of different types (all inheriting from the same VM ancestor). Those items of different types exposes different properties. When the view is rendered, if I just scroll, everything works fine. By searching into the forum, I saw issue I was able to "fix" the issue by simply adding a behavior that, when attached to the VirtualizingStackPanel, will simply subscribing to the RequestBringIntoView event. | ||||
| Platform | Any | ||||