M-Files UI Extensibility Framework
SetDefaultSize Method
IShellPaneContainer Interface : SetDefaultSize Method
The relative default size for the pane. The relative size is a floating point number, valid values are between 0 and 1.
Specify true to resize the pane to the given default size. Forces the resizing in any case. If the parameter is set to false, the pane is resized to given size only if the user hasn't previously resized the pane from UI in which case the view remembers the changed size.
Description
Sets the embedded pane default size.
Syntax
Visual Basic
Public Sub SetDefaultSize( _
   ByVal defaultSize As Single, _
   ByVal resizeToDefault As Boolean _
) 
Parameters
defaultSize
The relative default size for the pane. The relative size is a floating point number, valid values are between 0 and 1.
resizeToDefault
Specify true to resize the pane to the given default size. Forces the resizing in any case. If the parameter is set to false, the pane is resized to given size only if the user hasn't previously resized the pane from UI in which case the view remembers the changed size.
See Also

IShellPaneContainer Interface  | IShellPaneContainer Members