25 Commits (ea712f37331aefd41ea9d527d2e935aa6a5a3390)

Author SHA1 Message Date
Steven Kirk b9313c2dec Fix large/small scroll in ScrollViewer. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Steven Kirk 0f9ceb25b7 Make ScrollIntoView accept an index, not an item. 6 years ago
Steven Kirk 2210b441a2 Moved attached layout code to Avalonia.Layout. 7 years ago
Steven Kirk 544d2e26c7 Fix NRE when VirtualizingStackPanel used with ItemsControl. 8 years ago
Miha Markič 1524cb1aba Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Steven Kirk 27589e87a8 Don't create virtualizer before panel. 8 years ago
Steven Kirk 240bc4d2ca Fix horizontal scroll with virtualized items. 9 years ago
Steven Kirk 49757372a9 Fix for #834. 9 years ago
Steven Kirk 7067fa0146 Cross-axis scrolling for virtualized lists. 10 years ago
Steven Kirk 1b32a6aac3 Fixed unused member warnings. 10 years ago
Steven Kirk d4f24402c5 Check for null VirtualizingPanel. 10 years ago
Steven Kirk 95eefa3cf1 Implement AutoScrollToSelectedItem 10 years ago
Steven Kirk d0942f84a9 FocusNavigationDirection => NavigationDirection 10 years ago
Steven Kirk 32760bbc08 Fix changing virtualization mode in theory. 10 years ago
Steven Kirk ae2ea31c6e Allow changing virtualization mode in test app. 10 years ago
Steven Kirk acdf599dec Initial impl. of scrolling with arrow keys. 10 years ago
Steven Kirk f660da41c7 Fix virtualized list to taking up available space. 10 years ago
Steven Kirk 20847b1960 Added documentation for item virtualizers. 10 years ago
Steven Kirk 7f09154020 Correctly handle partially obscured items. 10 years ago
Steven Kirk b44589e0cb Renamed IScrollable -> ILogicalScrollable 10 years ago
Steven Kirk 03c138ff90 Delegate ScrollIntoView to ItemVirtualizer. 10 years ago
Steven Kirk 1c7a99dc5e WIP Trying to get virt scrolling working. 10 years ago
Steven Kirk 91e2f2a0ca Refactored virtualization handling into classes 10 years ago