Enum SplitterTargetMode
Specifies the target element that a splitter should act upon, based on its relative position in the layout.
public enum SplitterTargetMode
Fields
Auto = 0Automatically determine the target based on layout context or default behavior.
NextVisibleSibling = 1Targets the next sibling element in the visual or logical tree. Typically used when the splitter is placed before the element it resizes.
PreviousVisibleSibling = 2Targets the previous sibling element in the visual or logical tree. Useful when the splitter is placed after the element it resizes.