Click here to Skip to main content
15,914,163 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF browser application on MAC browsers Pin
teejayem25-Jul-09 11:35
teejayem25-Jul-09 11:35 
QuestionWebsite + wpf application Pin
bhavna432124-Jul-09 20:57
bhavna432124-Jul-09 20:57 
QuestionRe: Website + wpf application Pin
Mark Salsbery27-Jul-09 5:23
Mark Salsbery27-Jul-09 5:23 
QuestionCustom property for user control Pin
krishnan.s24-Jul-09 20:32
krishnan.s24-Jul-09 20:32 
AnswerRe: Custom property for user control Pin
BillWoodruff24-Jul-09 22:54
professionalBillWoodruff24-Jul-09 22:54 
Questionequivalent method Dispose() in WPF? Pin
mehdibahadori24-Jul-09 19:25
mehdibahadori24-Jul-09 19:25 
AnswerRe: equivalent method Dispose() in WPF? [modified] PinPopular
#realJSOP24-Jul-09 23:02
professional#realJSOP24-Jul-09 23:02 
GeneralRe: equivalent method Dispose() in WPF? Pin
Pete O'Hanlon27-Jul-09 1:59
mvePete O'Hanlon27-Jul-09 1:59 
AnswerRe: equivalent method Dispose() in WPF? Pin
Kunal Chowdhury «IN»26-Jul-09 20:21
professionalKunal Chowdhury «IN»26-Jul-09 20:21 
QuestionMessage Removed Pin
24-Jul-09 9:48
professionalN_tro_P24-Jul-09 9:48 
AnswerMessage Removed Pin
24-Jul-09 9:49
professionalN_tro_P24-Jul-09 9:49 
GeneralRe: Binding IsEnabled of a button Pin
Ian Shlasko24-Jul-09 9:57
Ian Shlasko24-Jul-09 9:57 
GeneralMessage Removed Pin
24-Jul-09 10:06
professionalN_tro_P24-Jul-09 10:06 
GeneralRe: Binding IsEnabled of a button Pin
Ian Shlasko24-Jul-09 10:24
Ian Shlasko24-Jul-09 10:24 
GeneralMessage Removed Pin
24-Jul-09 10:36
professionalN_tro_P24-Jul-09 10:36 
GeneralRe: Binding IsEnabled of a button Pin
Ian Shlasko24-Jul-09 10:42
Ian Shlasko24-Jul-09 10:42 
Ahhh, ok, you're doing this as a UserControl. Then you DEFINITELY want to use FindAncestor instead of ElementName. WPF has some limitations when it comes to XAML-defined UserControls, and those get worse if you start naming their component elements.

You won't run into most of the annoyances unless you start templating, but it's still something to watch out for.

Oh, but the name you define inside the UserControl is an internal name, so instantiating it elsewhere would not override it in this sense.

Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

GeneralMessage Removed Pin
24-Jul-09 10:46
professionalN_tro_P24-Jul-09 10:46 
GeneralRe: Binding IsEnabled of a button Pin
Ian Shlasko24-Jul-09 10:51
Ian Shlasko24-Jul-09 10:51 
GeneralMessage Removed Pin
24-Jul-09 10:19
professionalN_tro_P24-Jul-09 10:19 
GeneralRe: Binding IsEnabled of a button Pin
Ian Shlasko24-Jul-09 10:28
Ian Shlasko24-Jul-09 10:28 
AnswerRe: Binding IsEnabled of a button Pin
Pete O'Hanlon24-Jul-09 11:07
mvePete O'Hanlon24-Jul-09 11:07 
QuestionMessage Removed Pin
24-Jul-09 3:58
professionalN_tro_P24-Jul-09 3:58 
Questionsilverlight 3 Pin
wolfbinary24-Jul-09 3:36
wolfbinary24-Jul-09 3:36 
AnswerRe: silverlight 3 Pin
Pete O'Hanlon24-Jul-09 4:34
mvePete O'Hanlon24-Jul-09 4:34 
GeneralRe: silverlight 3 Pin
wolfbinary24-Jul-09 6:22
wolfbinary24-Jul-09 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.