|
1 | | -<ui:Page |
| 1 | +<ui:Page |
2 | 2 | x:Class="iNKORE.UI.WPF.Modern.Gallery.Pages.Controls.Windows.InfoBarPage" |
3 | 3 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
4 | 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
30 | 30 |
|
31 | 31 | </local:ControlExample.Example> |
32 | 32 | <local:ControlExample.Options> |
33 | | - <StackPanel> |
| 33 | + <StackPanel Width="150"> |
34 | 34 | <CheckBox |
35 | 35 | x:Name="IsOpenCheckBox1" |
36 | 36 | Content="Is Open" |
37 | 37 | IsChecked="{Binding IsOpen, ElementName=TestInfoBar1, Mode=TwoWay}" |
38 | 38 | Click="CheckBox_Click"/> |
39 | 39 | <ComboBox |
40 | 40 | x:Name="SeverityComboBox" |
| 41 | + HorizontalAlignment="Stretch" |
41 | 42 | ui:ControlHelper.Header="Severity" |
42 | 43 | SelectedValue="Informational" |
43 | 44 | SelectionChanged="SeverityComboBox_SelectionChanged"> |
|
67 | 68 | IsOpen="True" /> |
68 | 69 | </local:ControlExample.Example> |
69 | 70 | <local:ControlExample.Options> |
70 | | - <StackPanel> |
| 71 | + <StackPanel Width="150"> |
71 | 72 | <CheckBox |
72 | 73 | x:Name="IsOpenCheckBox2" |
73 | 74 | Content="Is Open" |
|
76 | 77 |
|
77 | 78 | <ComboBox |
78 | 79 | x:Name="MessageComboBox" |
| 80 | + HorizontalAlignment="Stretch" |
79 | 81 | ui:ControlHelper.Header="Message Length" |
80 | 82 | SelectedIndex="1" |
81 | 83 | SelectionChanged="MessageComboBox_SelectionChanged"> |
|
84 | 86 | </ComboBox> |
85 | 87 | <ComboBox |
86 | 88 | x:Name="ActionButtonComboBox" |
| 89 | + HorizontalAlignment="Stretch" |
87 | 90 | ui:ControlHelper.Header="Action Button" |
88 | 91 | SelectedIndex="0" |
89 | 92 | SelectionChanged="ActionButtonComboBox_SelectionChanged"> |
|
115 | 118 | Message="Essential app message for your users to be informed of, acknowledge, or take action on." /> |
116 | 119 | </local:ControlExample.Example> |
117 | 120 | <local:ControlExample.Options> |
118 | | - <StackPanel> |
| 121 | + <StackPanel Width="150"> |
119 | 122 | <CheckBox |
120 | 123 | x:Name="IsOpenCheckBox3" |
121 | 124 | Content="Is Open" |
|
0 commit comments