Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1925
Self referencing hierarchical data - fieldlayout duplication in XAML
posted

Hi

I have a self referencing hierarchical data structure with about 70 fields. These fields are of various data types. I have defined width, visibility, labels, various cellvaluepresenter styles and Editor styles to show different look and feel and formatting for these fields. Since All levels needs to be show/exhibit same properties (width, visibility, labels etc). Is there a way I can avoid duplication of XAML which is already 250 lines for one level?

Thanks.