File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 147147 </ToggleButton >
148148 </StackPanel >
149149 <StackPanel Grid.Row=" 6" Margin =" 0 16 0 0" Orientation =" Horizontal" >
150- <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center" IsChecked =" True"
151- IsEnabled =" False" >
150+ <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center" IsChecked =" True" >
152151 Radio
153152 </RadioButton >
154153 <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center" >
155154 Ga Ga
156155 </RadioButton >
156+ <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center"
157+ IsEnabled =" False" >
158+ Disabled
159+ </RadioButton >
157160 <CheckBox Style =" {StaticResource MaterialDesignCheckBox}" Margin =" 0 0 8 8" VerticalAlignment =" Center" >
158161 Check
159162 </CheckBox >
160163 <CheckBox Style =" {StaticResource MaterialDesignCheckBox}" Margin =" 0 0 8 8" VerticalAlignment =" Center" IsChecked =" True" >
161164 Mate
162165 </CheckBox >
166+ <CheckBox Style =" {StaticResource MaterialDesignCheckBox}" Margin =" 0 0 8 8" VerticalAlignment =" Center"
167+ IsEnabled =" False" >
168+ Disabled
169+ </CheckBox >
163170 </StackPanel >
164171 <StackPanel Grid.Row=" 7" Margin =" 0 16 0 0" Orientation =" Horizontal" >
165172 <ToggleButton Style =" {StaticResource MaterialDesignSwitchToggleButton}" VerticalAlignment =" Center" />
Original file line number Diff line number Diff line change 176176 Mode =" PrimaryMid" DockPanel.Dock=" Top" >
177177 <DockPanel >
178178 <ToggleButton Style =" {StaticResource MaterialDesignHamburgerToggleButton}" IsChecked =" False"
179- IsEnabled =" False"
180179 x : Name =" MenuToggleButton" />
181180 <materialDesign : PopupBox DockPanel.Dock=" Right" PlacementMode =" BottomAndAlignRightEdges" >
182181 <StackPanel >
You can’t perform that action at this time.
0 commit comments