I have a TextBox in my App for which I want to customize the colors. At the moment, I am using the following Style:
<Style x:Key="EditPlayerStyle" TargetType="TextBox">
<Setter Property="Background" Value="Blue"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="FontFamily"...
Hi folks,
I have a drop down list that I have populated like this:
drpCountry.Items.Add(New ListItem("Country 1"))
drpCountry.Items.Add(New ListItem("Country 2"))
drpCountry.Items.Add(New ListItem("Country 3"))
drpCountry.Items.Add(New...
hi!
i want to create an treeview control which has these features.
user have to enter how many nodes he wants.
after he entered the code should generate nodes in the treeview as per the text box.
can any one help to get out this problem?
OR
can any one tell me how to create treeview and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.