Dynamic Bmp loading for image control in xaml
-
Hi, I need to load the image control source at runtime using XAML, the purpose is i can change the bmp after build and that should get reflected for the image control . I knew the styles and templates can be made dynamic using DynamicResource attribute, in the same way is it possible to assign image control source dynamically in the xaml. Thanks.
-
Hi, I need to load the image control source at runtime using XAML, the purpose is i can change the bmp after build and that should get reflected for the image control . I knew the styles and templates can be made dynamic using DynamicResource attribute, in the same way is it possible to assign image control source dynamically in the xaml. Thanks.
Why is everyone so obsessed with defining things in XAML all the time ? You can point it to a file in the XAML, and then change the file, yes.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.