WPFCollectionsHelper
Namespace: FSharp.Qualia.WPF
Helper for WPF Collections
Functions and values
Function or value | Description |
linkCollection itemsControl derived
Signature: itemsControl:ItemsControl -> derived:DerivedCollection<'ItemModel,'ItemView> -> ICollectionView
Type parameters: 'Event, 'ItemModel, 'ItemView
|
Links a derived collection to an items control. Creates a datatemplate for the given 'ItemView type, bound on the view's Root property.
Returns the WPF ICollectionView for filtering, grouping, ...
|