Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSingleVisiblePanel Class / SizeToVisible Property


In This Topic
    SizeToVisible Property
    In This Topic
    Gets or sets whether the panel should be sized to the visible element or to all contained elements. When set to true the invisible elements are collapsed. When set to false the invisible elements are hidden.
    Syntax
    'Declaration
     
    
    Public Property SizeToVisible As System.Boolean
    'Usage
     
    
    Dim instance As NSingleVisiblePanel
    Dim value As System.Boolean
     
    instance.SizeToVisible = value
     
    value = instance.SizeToVisible
    public System.bool SizeToVisible {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also