Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewEx Class / ExpandToRight Property


In This Topic
    ExpandToRight Property
    In This Topic
    Determines whether nodes will expand to right to fill the viewable area.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.ComponentModel.DescriptionAttribute("Determines whether nodes will expand to right to fill the viewable area.")>
    Public Property ExpandToRight As System.Boolean
    'Usage
     
    
    Dim instance As NTreeViewEx
    Dim value As System.Boolean
     
    instance.ExpandToRight = value
     
    value = instance.ExpandToRight
    [System.ComponentModel.DefaultValue(false)]
    [System.ComponentModel.Description("Determines whether nodes will expand to right to fill the viewable area.")]
    public System.bool ExpandToRight {get; set;}
    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