Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.TreeView Namespace / Node Class / MakeVisible Method


In This Topic
    MakeVisible Method (Node)
    In This Topic
    Renders the SmartItem visible no matter its state or its parent's state.
    Syntax
    'Declaration
     
    Protected Overrides Sub MakeVisible() 
    'Usage
     
    Dim instance As Node
     
    instance.MakeVisible()
    protected override void MakeVisible()
    Remarks

    When overriding MakeVisible in a derived class, you must make sure that the SmartItem is always made visible, no matter its state or its parent state. For example, if the SmartItem is in a collapsed group, the group should be expanded.

    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