EnsureVisible Method
Description
The EnsureVisible method is used to force an item in a group to become visible.
Syntax
Public Sub EnsureVisible()
Remarks
EnsureVisible will "ensure" that the item is visible in the group. This will scroll the items in the group until the item is visible. If the group the item is located in is "closed", then it will be expanded and scrolled until the item is visible.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.