Click or drag to resize

FndDPIUtilitiesSetSplitterDistance Method

Set the splitter distance to the specifed value. It also scales the minimum size of the splitter panes with regard to the current DPI scale factor.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static void SetSplitterDistance(
	SplitContainer s,
	int dist
)

Parameters

s
Type: System.Windows.FormsSplitContainer
SplitContainer
dist
Type: SystemInt32
Splitter distance
See Also