We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Tile View Control - min/max in code

How do I, in the C# code-behind, minimize or maximize a tileview control?

3 Replies

AD AdamTalesky May 18, 2010 07:24 PM UTC

Sorry, min/max a tileviewitem inside a tileviewcontrol.


VS Vijayanand S Syncfusion Team May 18, 2010 08:05 PM UTC

Hi Adam,

You can Maximize or Minimize the TileView Item using the TileViewItemState property of corresponding TileViewItem. This property accepts the value of TileViewItemState which has three values such as Maximized, Minimized & Normal.

Code snippet:

item.TileViewItemState = TileViewItemState.Maximized;

Regards,
Vijay


PR praveen November 25, 2013 09:33 AM UTC

Hello ,

can u send me total Code snippet:

item.TileViewItemState = TileViewItemState.Maximized;



Loader.
Live Chat Icon For mobile
Up arrow icon