selected

  1. N

    Custom Colors for a TextBox

    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"...
  2. I

    Question Drop down list value change, depending on other value

    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...
  3. L

    Question Add tree nodes

    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...
Back
Top