Alias or Reference in ResourceDictionary

后端 未结 2 1828
陌清茗
陌清茗 2020-12-21 13:44

I\'m looking for a way to essentially give an item in a ResourceDictionary multiple keys. Is there a way to do this?



        
2条回答
  •  半阙折子戏
    2020-12-21 14:27

    There is no way that I know of to do this.

    However, if your goal is multiple templates for multiple controls, you may be going at this the wrong way.

    You could have multiple resources (data templates and dynamic resources) with the same globally named key, or default key (control class type) for styles, then load a different resource dictionary file into every control/region/tab/window, during run time.

提交回复
热议问题