Update MainWindow.axaml
This commit is contained in:
Родитель
a755233a5c
Коммит
40ebef5465
|
@ -32,10 +32,6 @@
|
|||
<ItemsControl Items="{Binding Tiles}">
|
||||
<ItemsControl.Styles>
|
||||
<Style Selector="ItemsControl > ContentPresenter" x:DataType="tc:TileViewModel">
|
||||
<!-- <Setter Property="Grid.Column" Value="{Binding CurrentTilePreset.Column}"/> -->
|
||||
<!-- <Setter Property="Grid.Row" Value="{Binding CurrentTilePreset.Row}"/> -->
|
||||
<!-- <Setter Property="Grid.ColumnSpan" Value="{Binding CurrentTilePreset.ColumnSpan}"/> -->
|
||||
<!-- <Setter Property="Grid.RowSpan" Value="{Binding CurrentTilePreset.RowSpan}"/> -->
|
||||
<Setter Property="Grid.Column" Value="{Binding Column}" />
|
||||
<Setter Property="Grid.Row" Value="{Binding Row}" />
|
||||
<Setter Property="Grid.ColumnSpan" Value="{Binding ColumnSpan}" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче