Protected Friend Sub SetItemCollection( _ ByVal items As ObservableCollection(Of Object) _ )
protected internal void SetItemCollection( ObservableCollection<object> items )
Parameters
- items
Protected Friend Sub SetItemCollection( _ ByVal items As ObservableCollection(Of Object) _ )
protected internal void SetItemCollection( ObservableCollection<object> items )
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 Home, Pro, Enterprise (64 bit)