Dan Walmsley
|
b2ce338ade
|
add empty baselines.
|
4 years ago |
Tim U
|
2941c3f635
|
Rename BubbleUpScrollOnEndReached to IsScrollChainingEnabled
|
4 years ago |
Tim
|
c7560588fb
|
use `ScrollViewer.GetBubbleUpScrollOnEndReached` in `DataGrid`
DataGrid handles the scrolling by it's own and not via ScrollViewer, so we need handle it there as well.
|
4 years ago |
Lubomir Tetak
|
0cd4b90bc7
|
DataGrid - handle OSX key modifiers (ctrl vs cmd)
|
4 years ago |
Tim U
|
43903f6671
|
Insert XML-Comments
|
4 years ago |
Tim U
|
61fd2318fa
|
Remove unused Constructor
The constructor was needed to override IsReadonly. This is not needed anymore.
|
4 years ago |
Tim U
|
66a02a37d0
|
Handle IsReadOnly correct for DataGridTemplateColumn
|
4 years ago |
Tim U
|
88db01532f
|
Implement CellEditingTemplate
|
4 years ago |
Giuseppe Lippolis
|
2ac4eafdcf
|
fixes: WarningsAsErrors in Visual Studio
|
4 years ago |
Steven Kirk
|
691f93a1ed
|
Multi-target net6.0.
|
4 years ago |
Tim
|
6d43803402
|
fix: Make DataGridColumn.Header and .HeaderTemplate a DirectProperty
this enables Binding and DynamicResource usage
|
4 years ago |
Tim
|
edf9505598
|
Add Property DataGridColumn.HeaderTemplate
|
4 years ago |
Foaltin Dorin
|
ae48a9a13b
|
Fix DataGrid selection broken after 3 right clicks
|
4 years ago |
Lubomir Tetak
|
424ddb0463
|
DataGridColumn - fix LayoutRoundedWidth with DPI scaling applied
|
4 years ago |
Takoooooo
|
1e855bd738
|
cleanup
|
4 years ago |
Lubomir Tetak
|
ebd1f53667
|
DataGrid minimum distance threshold when dragging headers
|
5 years ago |
Max Katz
|
1a8ec1ce0e
|
Fix DataGrid headers horizontal scrolling
|
5 years ago |
0x90d
|
f6406cecf0
|
Update DataGridColumn.cs
|
5 years ago |
0x90d
|
e564a01663
|
Update DataGridColumn.cs
|
5 years ago |
0x90d
|
d138924a95
|
Update DataGridColumn.cs
|
5 years ago |
0x90d
|
68a3f7fa97
|
Update DataGridColumnHeader.cs
|
5 years ago |
0x90d
|
b473892649
|
Update DataGridColumn.cs
|
5 years ago |
Lighto
|
88d94379fe
|
Allow creating custom Datagrid columns (#6689)
* Change BindingTarget of DataGridBoundColumn to public, this will allow custom columns
* Changed modifier to protected
|
5 years ago |
workgroupengineering
|
4a9a2b0ac0
|
fix: Issue #5637 (#5638)
* fix: Issue #5637 DataGridTemplateColumn incorrect select template when DataGridRow Recycled
* fixes(DataGrid): Binding Exception on DataGridTemplateColumn
|
5 years ago |
Giuseppe Lippolis
|
7a8650ae06
|
fixes(Datagrid): Avoid using Threading.Dispatcher.UIThread.Post(
|
5 years ago |
Giuseppe Lippolis
|
c919109be6
|
fixes(DataGrid): Issue #6567 New line in Editable DataGrid, Not editable
|
5 years ago |
Giuseppe Lippolis
|
68370e37a5
|
fixes(DataGrid): Issue #6508 does not re-enter the edit mode after pressing ESC
|
5 years ago |
Giuseppe Lippolis
|
10e3fc7828
|
fixes(DataGrid): Warning CS0414 The field 'CellEditBinding.SubjectWrapper._settingSourceValue' is assigned but its value is never used
|
5 years ago |
Giuseppe Lippolis
|
7ee5446ee4
|
fixes(DataGrid): Warning CS0649 Field 'DataGridPathGroupDescription._valueConverter' is never assigned to, and will always have its default value null
|
5 years ago |
0x90d
|
8526d98d28
|
Fix datagrid right click selection
|
5 years ago |
Max Katz
|
86fd1bd7bd
|
Handle DataGridCell_PointerPressed if not touch
|
5 years ago |
Max Katz
|
7e3b6ecff5
|
Handle touch scrolling in DataGrid
|
5 years ago |
Max Katz
|
98a4364810
|
Handle horizontal wheel scrolling in DataGrid
|
5 years ago |
Max Katz
|
c285a0e6a8
|
Fix DataGrid wheel scroll calculation
|
5 years ago |
Giuseppe Lippolis
|
87ea2915f8
|
fixes(DataGrid): Fix binding IsVisible
|
5 years ago |
dvdsvdv vrfsv
|
c45b5c042b
|
fix
|
5 years ago |
Max Katz
|
c3f34825a0
|
Fix DataGrid column sorting with inherited interface property
|
5 years ago |
Miha Markič
|
97c33f432a
|
Applies spell checking on mostly comments, but also non public members and arguments
|
5 years ago |
FoggyFinder
|
87639cab8e
|
adjust checking
|
5 years ago |
Giuseppe Lippolis
|
955fb1ffdb
|
fixes: Warnings CS0169
|
5 years ago |
Deadpikle
|
e3bfb4f598
|
DataGrid SelectedIndex & SelectedItem -> TwoWay
Default `DataGrid` `SelectedIndex` and `SelectedItem` binding mode to `TwoWay`.
|
5 years ago |
Max Katz
|
18c4371684
|
Use tooltip validation error in DataGrid
|
5 years ago |
sdoroff
|
4cd4b0e09e
|
Added IComparer sorting to DataGridColumn
Adds an IComparer property to DataGridColumn
that can be used to customized the how a column
gets sorted
|
5 years ago |
Collin Alpert
|
a2b1320baf
|
Make DataGrid.SelectAll() public
|
5 years ago |
Roland Soós
|
b37afa4a3d
|
clear selected item from CollectionView if null
|
5 years ago |
Yoh Deadfall
|
b32cb382fb
|
Fixed popup positioning issue
|
5 years ago |
Jumar Macato
|
518d4022c8
|
Delete ApiCompatBaseline.txt
|
5 years ago |
Jumar Macato
|
ceb170e472
|
add apicompat for the new api
|
5 years ago |
sdoroff
|
0db62855b4
|
Remove Print Line
|
5 years ago |
sdoroff
|
b48e7fe432
|
Fix Keyboard Handling
|
5 years ago |