I’ve been missing the classic Fieldset of HTML in Silverlight and I couldn’t find any solutions on the web. How do I go about building one?
I’ve been missing the classic Fieldset of HTML in Silverlight and I couldn’t find
Share
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.
I figured I’ll build one.
It’s probably not the best way to solve it but it works and I just thought I’d share it because it feels like others might be looking for the same thing.
Simple solution though, you can set FontSize, Foreground and title of the legend.
Markup:
Control Style:
And class:
I apologize for the VB.NET code.
As I said, probably lots of better solutions but here goes.