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
220
Suppress empty Bands
posted

I have to show a treeView with objects, where each of them has two list attributes. Sometimes one of the lists is empty. Can I suppress the BaseNode (in the shown example the RequirementsList) of an empty list?

The objects to be listed are based on the entityframework. For each list is a getter defined, who loads the list by ObjectQuery and returns the result as List.

Thanks: Rudi