In a GridListcontrol:
1) Use .FindItem to find an item that is far enough down in the list to be out of the visible area.
2) When the item is found it is highlighted as the last item of the list.
3) If the control is partly not visible (partially covered by a form, say), it cannot be seen at all.
I would like to scroll it into the visible part of the list. There does not seem to be an MSOffice style .ScrollIntoview method. How can I accomplish this with the GridListControl.
Thanks to the SyncFusion team,
--Kenton
AD
Administrator
Syncfusion Team
June 4, 2004 12:06 PM UTC
You can try calling gridListControl1.Grid.ScrollCellInView to see if that will do what you need.
KH
Kenton Hensley
June 4, 2004 12:43 PM UTC
Aw Heck! I hate it when I don''t find it. Still learning the landscape.
Sorry for the bother, Clay
--Kenton