protected internal void SetItemCollection( ObservableCollection<object> items )
Protected Friend Sub SetItemCollection( _ ByVal items As ObservableCollection(Of Object) _ )
Parameters
- items
protected internal void SetItemCollection( ObservableCollection<object> items )
Protected Friend Sub SetItemCollection( _ ByVal items As ObservableCollection(Of Object) _ )
All items added to the ItemCollection must be created on the main UI thread as these ultimately become the content of buttons added to the gallery popup control.
Target Platforms: Windows 11, Windows 10