سؤال

I'm using Xtragrid Suit to make my windows forms grids. Is there a way to set the vertical and horizontal scroll position of the gridControl or gridView?

هل كانت مفيدة؟

المحلول

After sometime i found a way to do this using GridView.LeftCoord to horizontal scroll and GridView.TopRowIndex.

The change of this properties raise this events LeftCoordChanged and TopRowChanged.

I found the information at the link below.

Is there a way to control the vertical scroll position of the gridview?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top