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.
HI Abbas,
You dont need to create a separate layout for each leve, if the levels are the same.
I am attaching sample application that has multiple levels, but only one layout.
Sincerely, Matt
Developer Support Engineer
Thanks Matt but it does not answer my question in full. As I said before, I have 70+ fields of various data types. Some of them have defined width, visibility, labels and customized cellvaluepresenter and editor styles. These all needs to be replicated across all levels. I cant see this in your attached sample.