Method CreateButtonsGrid
CreateButtonsGrid()
Creates and returns a grid of buttons arranged horizontally, with predefined functionality.
protected virtual AbstractControl CreateButtonsGrid()
Returns
- AbstractControl
A HorizontalStackPanel containing the configured buttons.
Remarks
The grid includes three buttons: a "Details" button, a "Continue" button, and a "Quit" button. Each button is configured with specific text, alignment, visibility, and click event handlers. The visibility and alignment of certain buttons depend on the state of the application.