FSharp.Qualia


WPFCollectionsHelper

Namespace: FSharp.Qualia.WPF

Helper for WPF Collections

Functions and values

Function or valueDescription
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, ...

Fork me on GitHub