This is a migrated thread and some comments may be shown as answers.

Tileview Verticall Scrollbar

2 Answers 60 Views
TileView
This is a migrated thread and some comments may be shown as answers.
soroush
Top achievements
Rank 1
soroush asked on 06 Dec 2011, 02:43 PM
Hi,
I have this tileview to present some thumbnails:
<telerik:RadTileView
x:Name="SearchResultsListBox" SelectionChanged="SearchResultsListBox_SelectionChanged" 
IsSelectionEnabled="True"
SelectionMode="Single"
Background="White"                                                
ContentTemplateSelector="{StaticResource RTS}"
TileStateChangeTrigger="None"
IsItemsAnimationEnabled="False"
ColumnsCount="3"                                                                                                                                               
MinHeight="185">
</telerik:RadTileView>
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?

2 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 08 Dec 2011, 04:26 PM
Hello Soroush,

 You need to set the RowHeight property of RadTileView. The RowHeight property sets the height (in pixels) of all the rows. Give it a try and let me know if it helps.

Best wishes,
Kiril Stanoev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
soroush
Top achievements
Rank 1
answered on 09 Dec 2011, 11:22 AM
Fixed the problem, thanks.
Tags
TileView
Asked by
soroush
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
soroush
Top achievements
Rank 1
Share this question
or