I\'m trying to create a drop down menu like this in .Net. I can\'t think of t开发者_高级运维he name of it so I\'m not sure what control to search for, any ideas?
I am using Expander in WPF to display my data. The default style for the Expander control contains a toggle button which shows/hides my content when I click on it.
Let´s say I have a custom control similar to Expander and will be showing multiple types of objects in that expander. I want to define a DataTemplate for each type of object.
In a couple of our applications, we commonly need to show a lot of data together on the screen, but put this content in expanders so the user can determine what they want to see or do not want to see
I have a silverlight expander control which wraps a grid. In the grid, I have a number of text boxes, combo boxes as well as开发者_运维百科 some invisable (collapsed) text blocks. I also have an anima
I have something like this in my Silverlight application: <navigation:Page x:Class=\"PPCa.Modules.ProjectManager.Client.Views.ProjectDetailView\"
So I want a list of items that when you select them they expand to show more info (no toggleButton). I figure there are multiple ways to do this but what I started at was that I had a ListView bound
The FAQ page loads and the answers to the questions show up for a second and then hide. The page should load without showing the answers at all. It should load showing right away the questions only.
Hello im trying to do something like this allrooms = remote.GetAllRooms(); for (int a = 0; a < allrooms.Count; a++) {
Is there any way to set a WPF accordion so all it\'s items are collapsed by default, only when I click the expander button it should expand?