Table of Contents

Enum SplitterTargetMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the target element that a splitter should act upon, based on its relative position in the layout.

public enum SplitterTargetMode

Fields

Auto = 0

Automatically determine the target based on layout context or default behavior.

NextVisibleSibling = 1

Targets the next sibling element in the visual or logical tree. Typically used when the splitter is placed before the element it resizes.

PreviousVisibleSibling = 2

Targets the previous sibling element in the visual or logical tree. Useful when the splitter is placed after the element it resizes.