Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
UltraWinGrid ScrollToView method
posted

Hi All,

I'm just wondering if there is a method ScrollToView for UltraWinGrid control(I'm pretty sure there is such a method implemented in UltraWebGrid) ?

What I'm trying to do:

I have an UltraWebGrid and an ExpandableGroupBox, sharing same area horizontally. On DoubleClick event on UltraWebGrid item, ExpandableGroupBox becomes expanded and hides some part of UltraWebGrid, which actually can contain an ActiveRow.

How to make an ActiveRow to appear on the visible area of UltraWebGrid (for Ex.: automatically scroll to ActiveRow) ?

Thanks a lot!