Derived DataGrid does not display #16277
cornerbowlsoftware
started this conversation in
General
Replies: 1 comment
-
You need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am porting a WPF application and have overridden the DataGrid with many functions for focus, grouping and displaying row details. If I create a simple hello world derived class, so a class with nothing overridden, the DataGrid does not display. There are two DataGrids, the control and my derived. The control displays but the dervied does not. This works as expected for other controls, such as TextBox. Here's my sample axaml:
Here's my derived class:
Beta Was this translation helpful? Give feedback.
All reactions