Microsoft
Software
Hardware
Network
Question : How can I find a UIElement on a WPF application
Hi,
I have a number of Ellipses on the main interface to a WPF application.
I would like to change the properties of these programmatically, but I want to reference them by name (otherwise the code will be huge!!)
I would like something like this:
1:
Ellipse mine = (Ellipse) UIElements.Find["ellipse12"];
I know this is not the correct syntax, but is this approach possible???
Any help would be appreciated.
Best regards,
James
Answer : How can I find a UIElement on a WPF application
It's all correct till it's works :P
But in case of your code you can easily get null, especialy with dynamicly created objects. VisualTreeHelper handles most common errors and FindName is failsafe and requires sainty checks.
Random Solutions
isapi rewrite - helicon
Using log4j, how do I log to a file in a directory
vb.net - extract data
Flag duplicate record
Exchange 2010 inbound attachment size limit
How to configure SSG-140 with multiply public IP's on single interface.
vfp grid number format with commas set decimals
Software that checks Feeds daily and downloads files linked within the feed
Looking for a CMS solution
How do I set up a link to a specific page within a wordpress template?