Quantum 3
3.0.13
A grid scope for the Quantum global config window. More...
Inherits IDisposable.
Public Member Functions | |
| GridScope (int columnCount, ref int currentColumn, bool forceClose=false) | |
| Create a new grid scope and begin the horizontal layout. More... | |
| void | Dispose () |
| Dispose the grid view and end the horizontal layout if required. More... | |
A grid scope for the Quantum global config window.
|
inline |
Create a new grid scope and begin the horizontal layout.
| columnCount | How many columns |
| currentColumn | The current column is incremented |
| forceClose | Force closing the horizonal layout |
|
inline |
Dispose the grid view and end the horizontal layout if required.