Symbai
|
da2c7193cc
|
Add public DataGrid scroll events (#3547)
* Update DataGrid.cs
* Update DataGrid.cs
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
|
6 years ago |
José Pedro
|
fc9a6d5746
|
Updated obsolete API usages.
|
6 years ago |
Steven Kirk
|
b89305d708
|
Set pseudoclasses manually.
It makes creating new controls a _lot_ faster.
|
6 years ago |
Steven Kirk
|
aa81db75a0
|
Added WPF-style validation for AvaloniaProperty.
|
6 years ago |
Steven Kirk
|
6be3acb46c
|
Make ValueStore typed.
Major refactor of the Avalonia core to make the styled property store typed.
|
6 years ago |
Steven Kirk
|
400e64dc15
|
Fix formatting.
|
7 years ago |
Dariusz Komosinski
|
a2c6bc1b7c
|
Remove usage of AddClassHandler that returns new lambda per invocation.
|
7 years ago |
Steven Kirk
|
2210b441a2
|
Moved attached layout code to Avalonia.Layout.
Also involved moving `Orientation` enum.
|
7 years ago |
Steven Kirk
|
561f070615
|
Make sure DataGrid is loaded in designer.
Add an `AppBuilder` extension instead of calling `DataGrid.Load` so that the `Avalonia.Controls.DataGrid` assembly gets loaded in the designer.
|
7 years ago |
Jumar Macato
|
4f00869837
|
Remove temporary hacks from 8ea2234.
Add a dummy function to load the DataGrid assembly before
initializing Avalonia.
Move DataGrid theme back to Avalonia.Controls.DataGrid.
|
7 years ago |
Jumar Macato
|
0ffad0001a
|
Remove regions + superflous empty newlines.
|
7 years ago |
Jumar Macato
|
1d9593a238
|
Remove commented-out code on DataGrid.
|
7 years ago |
Jumar Macato
|
7d8e218699
|
Make ICollectionView internal and rename DataGrid specific
classes on Avalonia.Collection namespace of DataGrid's assembly
with DataGrid prefix to avoid API pollution later on.
|
7 years ago |
Jumar Macato
|
fbb77d28a4
|
Add xmlns definitions, fix references & trim some warnings.
|
7 years ago |
Jumar Macato
|
2c0936580e
|
Move DataGrid to a separate assembly and add it to CoreLibraries.props.
|
7 years ago |
Jumar Macato
|
c7bd359bb3
|
Fix namespaces, part 2 of N
|
7 years ago |
Jumar Macato
|
01f2a070cf
|
DataGrid integration to Avalonia.Controls part 1 of N
|
7 years ago |
Jumar Macato
|
bb86894aa2
|
Add CellPointerPressed event + Make avalonia reference nightly-invariant
|
8 years ago |
sdoroff
|
cfb013bbf7
|
Alter DataGridColumn to use IControl instead of Control
|
8 years ago |
sdoroff
|
f24b7da0d3
|
Fixes scrolling bug in grouped DataGrids
Fixes #5
|
8 years ago |
sdoroff
|
196001dd35
|
Added Visual Indicators for Column Reorder
|
8 years ago |
sdoroff
|
9501271408
|
Implemented Validation
Uses the binding validation framework to validate cell edits
|
8 years ago |
sdoroff
|
491ac53e79
|
Initial commit
|
8 years ago |