开发者

HierarchicalDataTemplate Skip Hierarchy

开发者 https://www.devze.com 2023-02-15 13:53 出处:网络
I have a data structure like Level1 --Level2 ----Level3 ------Level4 shown in开发者_JS百科 a HierarchicalDataTemplate. This is so far ok, but i would like to skip Level 2 & 3, so that Level 4 is

I have a data structure like

Level1

--Level2

----Level3

------Level4

shown in开发者_JS百科 a HierarchicalDataTemplate. This is so far ok, but i would like to skip Level 2 & 3, so that Level 4 is directly under Level 1. Is that even possible?


You should create new structure model and use Converter to convert from one structure to another.

0

精彩评论

暂无评论...
验证码 换一张
取 消