How do enable scrollbar for ultratile?
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
Hi Townsma,
There is a builtin minimumsize for the tiles that defaults 100 X 100. On a smaller resolution, this must be hitting minimum. Please try to set the UltraTilePanel.MinimumTileSize to something other than 0X0. Please let me know if this works for you.
Hi,
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?
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.
The unwanted scrollbar is in the UltraTilePanel, not the UltraTiles.