|
ChangesSectionListViewVirtualizationConverter |
Converter for dynamically setting the virtualization behavior of the changes listview based on the number of items in the ItemsSource. Convert Parameters: value = ItemsSource or Model.IncludedExcludedNodeTreeMaxCount parameter = Property name for which to return value If virtualizing: - Turn on the border - Set the listview max height to allow scrolling and virtualization If not virtualizing: - No border - No scrollbar, therefore no virtualization - Unlimited height |