Visual Basic (Declaration) | |
---|---|
Public Enum ArrangeWindowHints Inherits System.Enum |
C# | |
---|---|
public enum ArrangeWindowHints : System.Enum |
C++/CLI | |
---|---|
public enum class ArrangeWindowHints : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
FillAll | Fill all windows in the layout, even if new traces need to be created. | — |
HideExtra | Hide all other traces not needed by this layout. | — |
HorizontalOrientation | Arrange windows in columns first (instead of rows). | — |
None | No hint. | — |
ShowHidden | Show hidden (non-visible) trace windows. | — |
WindowPerMeasurement | Create a separate trace window for each measurement's traces. | 15.00 |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)