Provides options for sizing the text part of the ExplorerControl
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ExplorerControlSizeMode
Fields
NavigationTreeView will have a fixed width in pixels.
C#
Fixed = 1
MainNavigationTreeView will be sized proportionally to whole width of the ExplorerControl.
C#
Proportional = 0