Hi,
Ultragrid scrollbar has one splitter at the end of a scroll. Whenever i drag it i am getting a new frame of the grid.
I wanna avoid this.
This is due to the style i applied
Hello PadhuNandhan,
If I understand correctly what you are seing are ColScrollRegions /RowScrollRegions. You could still keep the desired style in your UltraGrid and in the end of the InitializeLayout event of the UltraGrid to set the following properties:
e.Layout.MaxColScrollRegions = 1; e.Layout.MaxRowScrollRegions = 1;If you have any other questions please feel free to let us know.
Hi Danko Valkov,
I have changed the property as you said its looks good now.
Thank you,
Padhu
Hello Padhu,
I am glad that I was able to assist you here.
If you have any other questions please do not hesitate to contact us.