I have a WPF UserControl that shows up fine in the designer. However, the UserControl shows up blank anywhere else! What is the cause of this?
The source is here: http://github.com/angelsl/NSMBWSaveEd (the usercontrol is Block2Editor)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Oh, god… I finally found it. You have style in Themes\Generic.xaml which sets Template property for your Block2Editor control. Remove it and all be ok.