Search found 2 matches
- 27 Jan 2021, 22:09
- Forum: General Discussion
- Replies: 1
- Views: 740
Loading a Resource Dictionary programmatically.
I'm trying to load a resource dictionary from code. I've tried using GUI.LoadXaml(path) and GUI.LoadXamlResource(path) but I can't even getto pass a path that finds the resource.
Do you guys have an example of this by any chance?
Do you guys have an example of this by any chance?
- 26 Oct 2020, 17:43
- Forum: General Discussion
- Replies: 4
- Views: 579
Re: Any way to know if a UIElement is visible in the window?
I'm creating a VirtualizingWrapPanel and I need this function. Is there any work around?