File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
src/Files.App/Views/LayoutModes Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 245
245
<ColumnDefinition Width =" *" />
246
246
</Grid .ColumnDefinitions>
247
247
248
-
249
- <VisualStateManager .VisualStateGroups>
250
- <VisualStateGroup x : Name =" CheckboxVisibilityStates" >
251
- <VisualState x : Name =" HideCheckbox" />
252
- <VisualState x : Name =" ShowCheckbox" >
253
- <VisualState .Setters>
254
- <Setter Target =" SelectionCheckbox.Visibility" Value =" Visible" />
255
- </VisualState .Setters>
256
- </VisualState >
257
- </VisualStateGroup >
258
- </VisualStateManager .VisualStateGroups>
259
-
260
248
<CheckBox
261
249
x:Name=" SelectionCheckbox"
262
250
Grid.ColumnSpan=" 2"
263
251
Width=" 32"
264
252
MinWidth=" 0"
265
253
MinHeight=" 0"
266
254
Margin=" 6"
267
- Visibility=" Collapsed"
268
255
Padding=" 0"
269
256
HorizontalAlignment=" Left"
270
257
VerticalAlignment=" Top"
271
258
Checked=" ItemSelected_Checked"
272
259
DoubleTapped=" SelectionCheckbox_DoubleTapped"
273
- Unchecked=" ItemSelected_Unchecked" />
260
+ Unchecked=" ItemSelected_Unchecked"
261
+ Visibility=" Collapsed" />
274
262
<StackPanel
275
263
Width=" 20"
276
264
Margin=" 8,4,0,4"
402
390
TextTrimming=" CharacterEllipsis"
403
391
TextWrapping=" NoWrap" />
404
392
</Grid >
393
+
394
+ <VisualStateManager .VisualStateGroups>
395
+ <VisualStateGroup x : Name =" CheckboxVisibilityStates" >
396
+ <VisualState x : Name =" HideCheckbox" />
397
+ <VisualState x : Name =" ShowCheckbox" >
398
+ <VisualState .Setters>
399
+ <Setter Target =" SelectionCheckbox.Visibility" Value =" Visible" />
400
+ </VisualState .Setters>
401
+ </VisualState >
402
+ </VisualStateGroup >
403
+ </VisualStateManager .VisualStateGroups>
405
404
</Grid >
406
405
</UserControl >
407
406
</DataTemplate >
You can’t perform that action at this time.
0 commit comments