expander
Drop Down Panel in .Net
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?[详细]
2023-03-12 18:04 分类:问答Customize Expander to expand on mouse enter
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.[详细]
2023-03-11 01:27 分类:问答XAML: Creating a DataTemplate for a ViewModel represented in an Expander
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.[详细]
2023-03-09 05:47 分类:问答Jittery or Slow scrolling with multiple Expanders in a ScrollViewer and Grid
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[详细]
2023-03-03 16:06 分类:问答Silverlight toolkit Expander doesn't expand when the size of its content changes
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[详细]
2023-02-21 21:29 分类:问答Getting the exception "The type 'Expander' was not found"
I have something like this in my Silverlight application: <navigation:Page x:Class=\"PPCa.Modules.ProjectManager.Client.Views.ProjectDetailView\"[详细]
2023-02-19 09:22 分类:问答WPF: Creating a ListView with expanding ListItems
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[详细]
2023-02-17 05:59 分类:问答Jquery Expander plugin for FAQ page - Please
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.[详细]
2023-02-17 00:59 分类:问答Help me put event trigger for controls of type Expander!
Hello im trying to do something like this allrooms = remote.GetAllRooms(); for (int a = 0; a < allrooms.Count; a++) {[详细]
2023-02-09 20:50 分类:问答Unable to set value of AccordionItem.IsSelected
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?[详细]
2023-02-04 22:19 分类:问答
加载中,请稍侯......