Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / StackFitMode Property


In This Topic
    StackFitMode Property
    In This Topic
    Gets or sets the fit mode to apply on this command bar items. Valid only if this command bar is not wrappable (Wrappable set to false).
    Syntax
    'Declaration
     
    
    Public Property StackFitMode As ENStackFitMode
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As ENStackFitMode
     
    instance.StackFitMode = value
     
    value = instance.StackFitMode
    public ENStackFitMode StackFitMode {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