NetXP 3.0 Reference

ListBarItem.EnsureVisible Method 

Ensures that this item can be seen in the owner control.

[Visual Basic]
Public Sub EnsureVisible()
[C#]
public void EnsureVisible();

Exceptions

Exception TypeCondition
InvalidOperationExceptionIf the item is not part of a ListBarGroup.

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace