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?
Hi,
Are you talking about the scrollbar in an UltraTile or scrollbar in the UltraTilePanel itself?
The unwanted scrollbar is in the UltraTilePanel, not the UltraTiles.
Does no one have an idea why have scrollbars on my UltraTilePanel? The panel is set to Fill it's parent, and the UtraTiles are added after all the panel resizing has completed. But still I get two scroll bars.
I am using ultraTilePanel for winforms of infragistics version 2009.2 .
The ultraTilePanel is showing some weird behaviour while horizontal scrolling.
If we try to scroll by using scrollbar(not by clicking scrollbar arrows)directly ,scrollbar moves until we keep mouse button pressed.As soon as we release the mouse button, it moves back to the original position.
The same behaviour is observed in the sample code provided by Infragisitcs.
Does any one have idea to resolve this?
Hi Avadhut,
This issue is due to deferred scrolling which is caused when no window contents are shown while dragging. This issue is already fixed. Please try our latest Service Release for 2009.2 - http://ko.infragistics.com/support/service-releases.aspx#ServiceReleases. Click on MyIG->My Keys and Downloads link to download the latest SR.
Hope it works.
ThanksPurnima