Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub ArrangeWindows( _ ByVal hints As ArrangeWindowHints, _ ByVal rows As Integer, _ ByVal columns As Integer _ ) |
Parameters
- hints
- Hints on which traces to use and how to lay out the traces.
- rows
- Number of trace window rows.
- columns
- Number of trace window columns.
This method will arrange the traces in tabs that are the same size in each column and each row.
If there are multiple trace windows open, this method will apply to the window that contains SelectedItem.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)