Jump to: navigation, search

Changes


XAML Tips

117 bytes added, 15:14, 9 April 2020
/* Version 3.8 & later {{Version/WinXSince|3.8}} */
* It also works for other scrollable lists (instead of just for content object lists).
<br />
To enable this feature,you should make sure the following.* A The SelectionBoundListView must be is usedinstead of the standard ListView. Its {{UBIK}} namespace is <code>UBIK.WinX.Controls</code>;
* The SelectionBoundListView's <code>RememberScrollPosition</code> property is not set to "false"; (It's "true" by default;)
* The SelectionBoundListView's <code>x:Name</code> property must be unique. [[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]]
==== Version 3.6 & 3.7 {{Version/WinXSince|3.6}} ====