Mormon Son
WPF Datagrid scrolling
I have a Datagrid that is bound to thousands of rows, so I have enabled RowVirtualization, but I also have large “RowDetail” sections so I can’t use ContentScrolling. But RowVirtualization requires ContentScrolling so I’m not sure what to do
2 replies
✅ Data Binding System.Numeric.Vector3?
I have a collection of objects containing Vector3 properties. Is it possible to data bind directly to the X/Y/Z fields in my WPF xaml data grid or do I need to add pass through properties for them all? Seems like a lot of boilerplate when you have many vectors.
17 replies
Source Generator IDE interaction
I ran into an odd situation where if I generate code for a class with a primary constructor my IDE complains that the partial properties are ambiguous, but if I don’t use a primary constructor it’s fine. And in both cases it builds correctly. I was unable to reproduce in a smaller sample project. Any ideas?
Project with the problem is configured for WPF, .net9.0 and using preview language for partial properties
19 replies