Examples/stackpanel.ps1
#Simple stackpanel example Dialog { StackPanel -Name Options -orientation Horizontal { CheckBox Eeny CheckBox Meeny CheckBox Miny } TextBox Moe } |
#Simple stackpanel example Dialog { StackPanel -Name Options -orientation Horizontal { CheckBox Eeny CheckBox Meeny CheckBox Miny } TextBox Moe } |