How can I help you?
Enable the ClickHeaderToMaximize
18 Feb 20251 minute to read
You can enable the ClickHeaderToMaximize feature by using the ClickHeaderToMaximize property through C# as below. Refer to the detailed sample
TileViewControl item1 = new TileViewControl();
item1.ClickHeaderToMaximize = true;