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

Hide textblock when minimized item

2 Answers 37 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Kamal Mostofi
Top achievements
Rank 1
Kamal Mostofi asked on 16 Jul 2011, 08:51 AM
Hi,
I would like to hide the text block which I display it in the large item view. I also display background image in each item. When I minimized the item, text still shows which I don't want to view it.
Do you know how I can hide it? In my small content i don't have textblock control.

Thanks,
Kamal

2 Answers, 1 is accepted

Sort by
0
Kamal Mostofi
Top achievements
Rank 1
answered on 16 Jul 2011, 09:09 AM
I found it. When I add the following properties to the fluidcontent, it fixed it.
ContentChangeMode="Manual"  State="Normal"  SmallToNormalThreshold="550, 550"
                                NormalToSmallThreshold="550, 550" NormalToLargeThreshold="650, 650"
                                LargeToNormalThreshold="650, 650"

Thanks,
Kamal
0
Zarko
Telerik team
answered on 18 Jul 2011, 03:28 PM
Hi Kamal Mostofi,
I'll advise you not to use the thresholds because they are not very reliable. You can read how to use the RadFluidContentControl and the RadTileView here and here (you'd better use the event handler or the binding instead of the thresholds).
I've attached a sample project so you could examine it and if you have more questions feel free to ask.

Greetings,
Zarko
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
TileView
Asked by
Kamal Mostofi
Top achievements
Rank 1
Answers by
Kamal Mostofi
Top achievements
Rank 1
Zarko
Telerik team
Share this question
or