2 references to ItemWidthProperty
Microsoft.Maui.Controls (2)
Platform\Windows\CollectionView\ItemContentControl.cs (2)
115
get => (double)GetValue(
ItemWidthProperty
);
116
set => SetValue(
ItemWidthProperty
, value);