Hi,
I was wondering if anyone knows how to create content column spanning in the WPF datagrid?
I cant use grid, though it provdes the Grid.ColumnSpan option.
I basically want a canvas to be spanned over a dynamically changing number of datagrid columns.
Thanks in advance.
Urema.
Loading
TrinityPosted Sep 27, 2009, 3:50 PM
or define your own dependency property that inhertis from Dependency object and then register it within you're customized class
or you can share the already defined property with your custom object using the AddOwner method of the dependencyproperty class