Hello,
I added some text for each items which I can see them on the design time but when i run the application, items doesn't show! Do I miss anything in my code?
Thanks for your help in advance.
Kam
I added some text for each items which I can see them on the design time but when i run the application, items doesn't show! Do I miss anything in my code?
<
telerik:RadTileView
Name
=
"radTileView1"
telerik:Theming.Theme
=
"Office_Blue"
Grid.Row
=
"2"
ColumnsCount
=
"3"
MinimizedColumnWidth
=
"150"
MinimizedRowHeight
=
"150"
>
<
telerik:RadTileViewItem
Header
=
"Lettings"
>
<
TextBlock
x:Name
=
"ContentText"
FontSize
=
"14"
VerticalAlignment
=
"Stretch"
TextWrapping
=
"Wrap"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
ScrollViewer.HorizontalScrollBarVisibility
=
"Auto"
Grid.Column
=
"0"
Grid.Row
=
"2"
Text
=
"Whether you want us to simply find you a quality tenant or you wish us fully ........"
/>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"Sales"
>
<
TextBlock
x:Name
=
"ContentText2"
FontSize
=
"14"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Left"
TextWrapping
=
"Wrap"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
ScrollViewer.HorizontalScrollBarVisibility
=
"Auto"
Text
=
"Our focus is to provide exceptional service and to deliver results beyond expectation to our clients. This ......."
/>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"Management"
>
<
TextBlock
x:Name
=
"ContentText3"
FontSize
=
"14"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Left"
TextWrapping
=
"Wrap"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
ScrollViewer.HorizontalScrollBarVisibility
=
"Auto"
Text
=
"Our experienced Property Management team looks after properties on ......"
/></
telerik:RadTileViewItem
>
Thanks for your help in advance.
Kam