Steven Kirk
|
d3c3741bec
|
No longer need to pass root to ExecuteInitialLayoutPass.
|
6 years ago |
Steven Kirk
|
d46265233d
|
Raise LayoutUpdated at the end of layout pass.
This attempts to match the behavior of `LayoutUpdated` in WPF and UWP.
|
6 years ago |
Dariusz Komosinski
|
9c5e688958
|
Fix Grid shared scope not being updated when resizing row/column definitions.
|
7 years ago |
Andrey Kunchev
|
ab26c18a8f
|
typo fix
|
7 years ago |
Andrey Kunchev
|
171a75eaed
|
pr comments
|
7 years ago |
Andrey Kunchev
|
56cfbc1e46
|
add failing test for issue #3155 add/remove grid child runtime throws exception
|
7 years ago |
Andrey Kunchev
|
a7f0851efb
|
add failing test for grid when columns/row are replaced grid doesn't invalidate
|
7 years ago |
Andrey Kunchev
|
b0eb2a1018
|
issue: #3141 add failing tests for grid: when col/row are removed grid doesn't trigger layout update
|
7 years ago |
Andrey Kunchev
|
fe4866d763
|
issue: #3141 add failing tests for grid: when col/row are added grid doesn't trigger layout update
|
7 years ago |
Andrey Kunchev
|
ef0464a7e7
|
add failing tests for grid: when column/row (width/height ...) properties are changed grid doesn't react
|
7 years ago |
Steven Kirk
|
51ec592e4a
|
Added failing test for #2746.
|
7 years ago |
Jumar Macato
|
34a94cc782
|
Fix unit tests and transfer back to GridTests.cs
|
7 years ago |
Jumar Macato
|
c70ffb564b
|
Restore unit tests part 2
|
7 years ago |
Jumar Macato
|
d97835ee62
|
Add SharedSizeScope tests from #1945
Fix IsSharedSizeScope/PrivateSharedSizeScope so that it can be
set on non-`Grid` controls.
|
7 years ago |
Jumar Macato
|
49bcea0e33
|
Disable SharedSize tests for now.
|
7 years ago |
Steven Kirk
|
a0d2d7f70b
|
Added failing test for #1865.
And similar test for Grid.
|
8 years ago |
walterlv
|
2052d53d68
|
Order the grid codes and make most unit test passed.
|
8 years ago |
walterlv
|
163744b89b
|
Add support for layout that the children have multi span but also have desired size.
|
8 years ago |
walterlv
|
b135f988e4
|
Try to use new algorithm to measure and arrange Grid.
|
8 years ago |
walterlv
|
b8bebd634d
|
Add unit test for grid layout:
- start row column with min length.
|
8 years ago |
walterlv
|
431407437b
|
Add unit test for grid layout:
1. Pixel row column
1. Start row column
1. Mix pixel star row column
|
8 years ago |
Steven Kirk
|
04c489daa5
|
Make Collection Properties get-only
Fixes #1302.
|
8 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Michael Mayfield
|
3ed14edf12
|
Fix Grid sizing being broken when using Grid.ColumnSpan.
Caused by CreateMatrices not clearing the existing matrices. This means previous measures alter the results of a measure.
|
10 years ago |