TestStand - Drag Splitter
- Updated2024-10-09
- 3 minute(s) read
TestStand - Drag Splitter
Owning Palette: TestStand
Use this VI from the BorderDragged event for a TestStand control that has a drag border enabled to resize the master control that owns the drag border and the slave control that shares the area the border splits. This VI might require modification for use with more than one border per control.

![]() |
New Width specifies the new width of the master control. |
![]() |
New X specifies the new origin for the horizontal axis of the master control. |
![]() |
Master Control Info In specifies all the position and border information for the master control before the drag operation. The drag operation can resize and move the master control depending on which border the master control shares with the slave control. |
![]() |
Slave Control Info In specifies all the position and border information for the slave control before the drag operation. The drag operation typically resizes and moves the slave control. |
![]() |
New Height specifies the new height of the master control. |
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
New Y specifies the new origin for the vertical axis of the master control. |
![]() |
Borders Changed specifies the borders that change. Use 8 for the right border, 4 for the left border, 1 for the top border, and 2 for the bottom border. |
![]() |
Master Control Info Out returns the updated sizes and positions of the master control. |
![]() |
Slave Control Info Out returns the updated sizes and positions of the slave control. |
![]() |
error out contains error information. This output provides standard error out functionality. |