Hi,
I have this tileview to present some thumbnails:
I dynamically fill the "Items" and When the height of items gets bigger than MinHeight value I need that vertical scrollbar to appear, but it wont, what is the problem?
I have this tileview to present some thumbnails:
<telerik:RadTileViewx:Name="SearchResultsListBox" SelectionChanged="SearchResultsListBox_SelectionChanged" IsSelectionEnabled="True"SelectionMode="Single"Background="White" ContentTemplateSelector="{StaticResource RTS}"TileStateChangeTrigger="None"IsItemsAnimationEnabled="False"ColumnsCount="3" MinHeight="185"></telerik:RadTileView>