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
Select Date Range or leave blank
jquery datepicker make ALL sunday and monday unselectable
PL/SQL Procedure to insert CLOB data into Oracle Table
SQL Bulk Copy - Importing CSV File and Null Values Appearing
Active Directory User
Windows Updates failing on SBS 2008 - WSUS installed on machine
ISA, Single sign-on OWA2010 OWA2003 coexistence
Error message when replying, sending, openning email in OWA
Rack Server Facial Lock??
How to write the query that the table shows the results the way i want in mysql