Hi
Is there anyway to set the size of the tiles once a tile has been resize to maximum... the wording is getting cut off on the tiles that are not resized.??? the tiles on the right of the pic have there wording cut off.... any suggestions on how to avoid this?
Hello Burmo,
Could you please try the following code and see if it works for you:
this.ultraTilePanel1.MinimumTileSize = new System.Drawing.Size(500, 0);
Please do not hesitate to contact me if you need any additional assistance.
Thanks that worked.... however it created horizontal scrollbars at the booton of the tile control..... is there anyway to get rid of these scrollbars and show the tile normally?