Nikita Tsukanov
84734f22e4
Disable strong name signing until SharpGen issue is resolved
5 years ago
Andrey Kunchev
6b0ff56202
fix dragging in datagrid
5 years ago
Nikita Tsukanov
5d97e7fbf4
[DataGrid] Capture mouse pointer only when drag operation has actually started
6 years ago
Giuseppe Lippolis
a6c705bf70
Update XML Comment
6 years ago
Nikita Tsukanov
e4505ce861
Strong name support
6 years ago
Max Katz
f56e63599d
Handle :empty-columns pseudoclass to hide empty presenter with separator lines
6 years ago
Max Katz
dfe3b55de8
DataGrid :empty-rows and :empty-columns pseudoclasses
6 years ago
Steven Kirk
58c333b6f1
Added PseudoClassesAttribute.
And apply it to our controls. Can be used by designers to add auto-completion support for pseudoclasses.
6 years ago
Maksym Katsydan
d1fef03486
Make SwitchSortDirection public
6 years ago
Maksym Katsydan
92f1c06a96
Update DataGrid tests
6 years ago
Maksym Katsydan
8dd60eefe1
Allow to set custom IComparer in DataGridSortDescription.FromPath
6 years ago
Maksym Katsydan
6992bd72ce
Add Sorting event and use ListSortDirection instead of bool property
6 years ago
Maksym Katsydan
f8e75bf424
Remove obsolete comments
6 years ago
Maksym Katsydan
4f161701bd
Do not override BindingMode in the DataGridBoundColumn
6 years ago
Max Katz
e058defbc1
Make DataGridHelper internal
6 years ago
Maksym Katsydan
ab5c3dd190
DataGridCheckBoxColumn: Make IsThreeState property bindable
6 years ago
Maksym Katsydan
f33e12c229
DataGridTextColumn: Make FontFamily, FontSize, FontStyle, FontWeight and Foreground properties bindable
6 years ago
Steven Kirk
012224d298
Don't display vertical grid lines by default.
6 years ago
Maksym Katsydan
19e43061b7
DataGrid: rename fluent datagrid resources
6 years ago
Maksym Katsydan
82bd2c487d
DataGrid: support hideable scrollbars and some another fixes
6 years ago
Maksym Katsydan
16ce3e78d0
DataGrid: fix row headers (only fluent)
6 years ago
Maksym Katsydan
7baca60f74
DataGrid: do not hardcode padding
6 years ago
Maksym Katsydan
f3fce17a6b
Fix datagrid columns sort/resize/reorder #4476
6 years ago
Maksym Katsydan
8fb31061b5
Fluent DataGrid styles
6 years ago
Maksym Katsydan
60546c68de
DataGrid: implement missed pseudoclasses
6 years ago
sdoroff
878012ecd0
DataGridRowDetails update height
Updates the height of a DataGridRowDetails when its
content changes size
6 years ago
Maksym Katsydan
fe6a735c6f
Create DataGrid Fluent.xaml theme based on Default
6 years ago
Maksym Katsydan
9ff731ab70
Fix another missing resources on default theme (including #4376 )
6 years ago
Dan Walmsley
f0c4e90c78
remove apicompat baselines.
6 years ago
Dan Walmsley
c859e8b9cc
add baselines.
6 years ago
Dan Walmsley
26d68e9958
add api diff to most projects.
6 years ago
Przemysław Onak
8916fda98d
Force recalculation of column width after edit is completed
6 years ago
sdoroff
36147de7d8
fix datagrid row height
6 years ago
Dan Walmsley
c3c82230d2
remove usages of old ThemeAccentBrush.
6 years ago
Rustam Sayfutdinov
1ce6df7186
Remove duplicate code for MathUtilities
6 years ago
Steven Kirk
234664011c
Fixed typo.
6 years ago
Steven Kirk
bc079008d1
Remove usage of deprecated input APIs.
6 years ago
Steven Kirk
2fcde9e34d
Use OnApplyTemplate instead of OnTemplateApplied.
- More similar to WPF API
- Less bug-prone (see #3744 )
`OnTemplateApplied` still exists, but is deprecated and does nothing.
6 years ago
Steven Kirk
4a752c3f48
Get non-animated change information.
- Pass information for all property changes to `OnPropertyChangedCore`; whether they result in an effective value change or not
- Added `GetBaseValue` to get a value with a specified priority
- Change the signature of `OnPropertyChanged` again to take an `AvaloniaPropertyChangedEventArgs<T>`
6 years ago
sdoroff
d3fcebc716
Fix StringFormat in DataGridBoundColumns
Prevent using the default converter when a Binding.StringFormat is present
6 years ago
sdoroff
eb8de34334
Reset DesiredHeight before during measure
Sets DataGridCells.DesiredHeight to 0
before measuring the individual cells
6 years ago
Steven Kirk
4d01dacd77
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
6 years ago
Gary Hertel
1cfc530c11
Changed the DataGrid mouse wheel delta from 2 to 3 lines (48 pixels -> 72 pixels)
The default Windows scroll is 3 lines, which requires a lot less scrolling than the current default.
This value is currently hardcoded and can't be changed elsewhere.
6 years ago
Symbai
acbaecd311
Update DataGridColumnHeader.cs
6 years ago
Symbai
7ca8d02123
Revert "change selected row background brush"
This reverts commit 863b0da1a1 .
6 years ago
Symbai
863b0da1a1
change selected row background brush
6 years ago
Symbai
8b0e291f41
Update Default.xaml
6 years ago
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
Symbai
5576a644b0
Update Default.xaml
6 years ago
Symbai
2e4624683b
Update Default.xaml
6 years ago