How do enable scrollbar for ultratile?
Currently, all the controls dropped inside of an UltraTile are sized to fit within the Tile. If you need a scrollbar, I would suggest you to drop an UltraPanel within a Tile and arrange the controls within this panel and set the AutoScroll property to True.Hope this helps.
If this is the correct operation, i.e. all tiles should resize to fit, then my TilePanel is not working correctly. I have between 20 and 26 tiles on a WinTilePanel, all tiles are identical, and simple. The control itself is very small, so the dock state is set to fill on the controls to fill the tile.
When I display the app at high resolutions, i.e. > 1280 x 1024, all is well. If I display the app at lower resolutions, especially 800 x 600, I get a scrollbar because the tile overflow, but only by a small amount.
I have search for a way to switch off the scroll bars but none exists.
Basically there is always the correct number of tiles to form a grid, i.e. 5 x 4, 5 x 5, 6 x 6 etc. So I do not want any scrollbars.
I am not sure if I am missing something, or if there is just a problem in the WinTilePanel that it cannot work at low resolutions?