Tim
341dcce179
fix: DataGrid scroll should behave the same as ScrollViewer ( #12787 )
if the user holds [Shift], we need to swap e.Delta (e.g. on Windows) if not already done by the OS (e.g. using Mac).
3 years ago
Dan Walmsley
839de5966b
remove all traces of old api diff.
3 years ago
Flithor
2dbe0d717e
Update Fluent.xaml
3 years ago
Flithor
ea946b2b7c
Update Fluent.xaml
3 years ago
Giuseppe Lippolis
ed6331cd3d
feat(DataGrid): Allow binding DataGridColumn Width
5 years ago
John Doe
7f4f01b11a
Modernized argument check syntax
3 years ago
Gundlack Florian
3fc0d19ad0
Moved detailsContent.DataContext assignation before Children.Add
3 years ago
Gundlack Florian
22ef68e439
Fixed issue where RowDetailsTemplate was getting the wrong DataContext
3 years ago
john_doe
bd64a51eeb
Changed null checks to make use of nameof()
3 years ago
Julian
e9f2cb3478
Fix datagrid not updating when not attached to tree
see #9527
3 years ago
Valters Melnalksnis
b488afaf79
Fix non-configurable minimum width for DataGridColumnHeader
3 years ago
Julien Lebosquain
5fb1cf9f82
Fix DataGridColumn.CellStyleClasses not settable from xaml
3 years ago
robloo
5c24e38490
Add DataGridColumn Tag property
3 years ago
Max Katz
d267d06a08
Move PlatformHotkeyConfiguration to IPlatformSettings
3 years ago
Max Katz
596f876868
Use PlatformHotkeyConfiguration.Instance instead of locator
3 years ago
Max Katz
20064647dd
Limit IFocusManager API, extend IInputElement API, remove visible static properties
3 years ago
Max Katz
d2fe3e1762
DataGrid shouldn't have an annoying adorner when anything is focused inside
3 years ago
Max Katz
1ba06676fd
Fix DataGrid focus related properties defaults
3 years ago
Max Katz
881dbfa62a
More mInor changes
3 years ago
Max Katz
dd8f138a2f
Potential fix for EndCellEdit
3 years ago
Max Katz
4198ab3a32
Backport some WCT DataGrid fixes
3 years ago
Max Katz
72603182ae
Backport WCT fix for editing DataGrid
3 years ago
Lubomir Tetak
f829cdcdcd
cleanup
3 years ago
Lubomir Tetak
6535e299b0
DataGrid column resize near edge fix
3 years ago
Steven Kirk
2b2eb8261a
DataGrid.Items -> ItemsSource.
3 years ago
Emmanuel Hansen
04c8b652c8
move clipboard to TopLevel
3 years ago
robloo
072e0613bb
Remove the IsDefault property
These was only removed for relevant/discussed types
3 years ago
Tim
708c8a1c29
Add missing ClipToBounds for inner Grid
4 years ago
pr8x
550b9ed881
Fix some issues with SimpleTheme
4 years ago
Steven Kirk
d98467c3d8
Remove TotalCountChanged.
Merge it into existing `IChildIndexProvider.ChildIndexChanged` event.
4 years ago
Benedikt Stebner
6210018f3b
Propertly handle an InlineUIContainer's logical children
4 years ago
Max Katz
0c20abec12
Update src/Avalonia.Controls.DataGrid/Themes/Fluent.xaml
4 years ago
Max Katz
86c7e90783
Fix DataGrid theming
4 years ago
Max Katz
e9a01c6c21
Update naming
4 years ago
Max Katz
d8d2240ecb
Implement support for DataTypeInheritFromAttribute
4 years ago
Steven Kirk
8861f62ec1
Added index to ChildIndexChangedEventArgs.
4 years ago
Steven Kirk
67c9221d3c
Tweaked InstancedBinding API.
- Remove `Value` from the API, will always contain an `IObservable<object?>` from now
- Remove subject from the API, caller can try to cast the observable itself
4 years ago
Giuseppe Lippolis
1a0492dcb0
fix: Warning CS0105: The using directive for 'Avalonia.Reactive' appeared previously in this namespace
4 years ago
AlmightyJu
d1037a7369
Fix DataGridTemplateColumn reusing edit control when exiting edit mode
4 years ago
Simon Cropp
16ffe2f6f9
use default literal
4 years ago
Giuseppe Lippolis
8f745ba6fc
fix: Address Review
4 years ago
Giuseppe Lippolis
bd2e2d1e9b
feat: Address Rule CA2211
4 years ago
Giuseppe Lippolis
48eba14e70
fix: Warnings CA1823
4 years ago
Giuseppe Lippolis
a845fc02b6
fix: Obsolete
4 years ago
Max Katz
8a78f134c5
Remove JetBrains.Annotations from the repo
4 years ago
Max Katz
59d7874b1d
Replace System.Reactive with internal extensions
4 years ago
Dmitry Zhelnin
e0c2d5b63d
DataGridColumn: change access modifier of OwningGrid property to protected internal
4 years ago
Dmitry Zhelnin
6b07b90161
DataGridValueConverter: fix processing of nullable values
4 years ago
Giuseppe Lippolis
64f84711ed
fix: Address review
4 years ago
Kevin Ivarsen
5a1390721f
Better fix for #9633 : assign keys to correct state
4 years ago