BCGControlBar Library for .NET
EnsureVisible Method (PropertyListControl)




The PropertyListItem to scroll into PropertyListControl.
Ensures that the specified item is visible within the control, scrolls the contents of the control if necessary.
Syntax
'Declaration
 
Public Sub EnsureVisible( _
   ByVal prop As PropertyListItem _
) 
'Usage
 
Dim instance As PropertyListControl
Dim prop As PropertyListItem
 
instance.EnsureVisible(prop)
public void EnsureVisible( 
   PropertyListItem prop
)
public: void EnsureVisible( 
   PropertyListItem* prop
) 
public:
void EnsureVisible( 
   PropertyListItem^ prop
) 

Parameters

prop
The PropertyListItem to scroll into PropertyListControl.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListControl Class
PropertyListControl Members

Send Feedback