This question is locked. New answers and comments are not allowed.
Hi,
I'm having some xaml code which is using "RadUniformGrid" in a listbox.
How can I make the columns auto fit the Width of the listbox? (taking in account a scrollbar)
I can not find any in formation about RadUniformGrid.
Regards,
Erik
I'm having some xaml code which is using "RadUniformGrid" in a listbox.
<
ListBox
x:Name
=
"listBox1"
Margin
=
"5"
HorizontalAlignment
=
"Stretch"
Height
=
"600"
ItemTemplate
=
"{StaticResource AItemTemplate}"
>
<
ListBox.ItemsPanel
>
<
ItemsPanelTemplate
>
<
telerik:RadUniformGrid
Columns
=
"3"
HorizontalAlignment
=
"Left"
VerticalAlignment
=
"Top"
/>
</
ItemsPanelTemplate
>
</
ListBox.ItemsPanel
>
</
ListBox
>
How can I make the columns auto fit the Width of the listbox? (taking in account a scrollbar)
I can not find any in formation about RadUniformGrid.
Regards,
Erik