Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

MakeOptimal Method, SplitterClass Class

Positions the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar.

Class: SplitterClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public void MakeOptimal();
Public Sub MakeOptimal()

Comments

Positions the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar.

MakeOptimal is only available for a split tree control (see SplitterClass.Visible).

Before using MakeOptimal, the best horizontal extent for the panes must be set using the SftTree.HorizontalExtent and SftTree.HorizontalExtentRight properties or the SftTree.RecalcHorizontalExtent method. Once set, MakeOptimal can then be used to position the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar.

MakeOptimal uses the current width of the tree control window to determine the allowable position of the splitter bar. If the tree control window is too small, the splitter bar may not be optimally set. This is particularly noticeable if the tree control window is resized after MakeOptimal is used.

The coordinates of the splitter bar can be retrieved using the SplitterClass.Area property.

The SplitterClass.Width property is used to change the width of the splitter bar.

See Also SplitterClass Class | Classes | SftTree/NET 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.