An Expander control provides a way to provide content in an expandable area that resembles a window and includes a header.

learn more… | top users | synonyms

0
votes
1answer
16 views

WPF Expander MouseOver Issue

I have Expander control which shows list of items when you expand it. If i do mouse hover over on header, it will expand it. I need following things which needs to be implemented from code behind or ...
0
votes
1answer
24 views

Control Expander Controls expansion amount

I'm not even sure I asked that right. What I am trying to ask is if there is a way to control how far the Expander control expands and contracts. I am trying to get it to leave the top "row" visible ...
2
votes
1answer
60 views

Add row expander for second column in grid - extjs4

I am very new for extjs 4.I am facing one problem.Hope somebody will help. I am having grid.I have added row expand in that grid. Here is my code : ...
1
vote
1answer
63 views

Using opacity mask on a border with only top border thickness set

Hi I have been trying to override the Expander control in WPF to use a dividing line that sits "underneath" the header. I have found an example of how to get an Expander to look like a group box, but ...
0
votes
1answer
89 views

How can we use jQuery Expander plugin to expand/collapse according to number of lines rather than characters?

I have checked the following links jQuery expander with max-lines property How to get first 2 lines or 200 characters from <p> using jQuery but in these its not possible to predict the line ...
1
vote
1answer
34 views

Gtk Expander in a scrolled window: The width of the scrolledwindow doesn't update

When using a Gtk ScrolledWindow with the horizontal Policy Never, I expect the scrolledwindow to adapt, if the horizontal size request of the child changes. But that's not the case, for example when ...
0
votes
1answer
45 views

Disabling Javascript expanders on Responsive Design

I am very new to Javascript and I'm using an expander while designing a mobile site. The script looks like this: $(function () { $('.expander .details').hide(); $('.expander .trigger'). ...
0
votes
1answer
48 views

Show Isolated Storage File Name Items in Expander View Inside a ListBox

Initially I was having a ListBox getting Bind with a List, containing a ListBoxItem whose contents would be the filenames populated from Isolated Storage by just calling the GetUserContent property of ...
0
votes
1answer
34 views

Expanders in Scrollviewer: Scrollviewer not shrinking after collapsing the expanders

I have a grid. This grid holds a scrollviewer which holds a listbox whose items are expanders. When expanding the expanders until they exceed the vertically available height of the UserControl, the ...
0
votes
1answer
63 views

In WPF, When shrink left the expander, the content move left

Just like the tab in Office 2010, when we double-click one tab, then the menu will shrink and the content will move up. As shown below: Another sample in html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD ...
1
vote
1answer
66 views

mouse click expander + select item issue in listview

I have a list view in which each list view item is an expander control. Now when I click on expander to open or close it, I want the item to be selected also. But its not happening. Only expander ...
0
votes
1answer
137 views

Prevent collapse/expand wpf expander by added to header buttons

I have the following problem: I have to add couple of additional buttons to the Expander header(in order to change presentation scheme of expander content - graph or table). But the problem is that ...
0
votes
0answers
124 views

wpf expander animation and auto open combobox dropdown

I implemented the common nice animation feature for wpf expander, which uses the normalized scale transform values from 0 to 1. (0 collapsed, 1 expanded) In the expander header, there's a combobox ...
0
votes
1answer
27 views

Editing in Propertygrid not enabled from Expander

I have a list in Propertygrid that opens by expander. I created it using the following site: Customized display of collection data in a PropertyGrid. I added this Editor Type to cancel the Collection ...
0
votes
1answer
40 views

Can't bind to IsExpanded on Expander

Blacklight is an older set of WPF controls and styles. The code can be found here. It contains a control called AnimatedExpander which isn't really an expander, rather it just implements ...
1
vote
0answers
33 views

how to add Column header inside expanderview in wp7

I Want To Add a Column Header in Expanderview expander Template,when i expand the expanderview the gridview like appearance have to be appear with rows And Columns.please Help Me To get this one
0
votes
1answer
26 views

How can I display an itemsCount for Expander content

I have spent wayyyy too much time on this, so if someone can help point me in the right direction, I would be very appreciative. I have an Expander with a ListBox in it. I have bound the ListBox to ...
0
votes
2answers
86 views

Shrinking the window size as expander closes

Hey guys I have 3 column expanders, when you have them all open and resize the window they stretch properly to fit the window. When you an close expander, I want it to shrink the window by the width ...
0
votes
1answer
71 views

Resizing only open expanders

I have 3 expanders in a window and I want to know if there is a way to have it so that if I have expander 2 and 3 open but not 1 it will only stretch those 2. It's current stretching all three ...
0
votes
1answer
190 views

WPF ListBox items with template become invisible after grouping

I have ObservableCollection with items which I want to display in a ListBox. Also I write a template for ListboxItem for correct display of my collection. On this stage everything works fine. in .cs ...
1
vote
1answer
203 views

WPF expander style where the header overlaps content

I would like a WPF expander control where the header overlaps the main content area. With the following XAML <Expander Header="Details" ExpandDirection="Left"> <Grid ...
0
votes
1answer
111 views

SL 5 Expander content template advice

I'm having trouble selecting the correct template to manage the content of an expander control. I'd like the content of an expander -- regardless of the type of control that is the content -- to be ...
0
votes
1answer
97 views

ListBox of expanders not acting like radiobuttons

I have created a listbox of expanders like this question: Expander Auto Open/Close The solution works with content in the expanders when the listbox is the only item on the window. But when I try ...
0
votes
0answers
145 views

wpf color of groupheader expander

How to make each groupheader of EXPANDER make in a different color ? Colors are stored into my xml file (source). But I can only add one color for all my groupheaders... <CollectionViewSource ...
0
votes
0answers
222 views

Wpf Expander header background groups

Wpf expander header problem... I work with groups in a datagrid, and I have setting up a background color for each group item in my XML, now, the background color is loading, but it is everywhere the ...
2
votes
2answers
211 views

wpf datagrid expander show x items

I have an expander in my datagrid, but I want to only show TWO items, and then when user click on expand, show remaining items... How can that be done ? <DataGrid.GroupStyle> ...
1
vote
1answer
280 views

wpf expander style that has a dynamic icon

I'm trying to use the blend to create a style to a expander control. I need to define a icon in the style that should by dynamic. In practical i have one only style that will be attached to multiple ...
0
votes
0answers
54 views

Link directly to expanded jQuery summarize box

I'm using the summarize jQuery plugin by Karl Swedberg ( http://jjnursingnotes.com/DEC12/jquery.summarize.js ) to contain newsletter articles ( http://jjnursingnotes.com/DEC12/ ) and would like to ...
1
vote
1answer
311 views

How to Group a Datagrid without an Expander

I am working with the Datagrid grouping example here at MSDN. The code in the example uses an Expander to display child rows of a group. I don't want to use an Expander in my code. I want to always ...
0
votes
0answers
96 views

Editing one Control template from another control template's trigger

I'm trying to make a custom Expander and have run into a small problem. When editing the default expander control, it exposes templates for a Toggle Button and the Expander. What I would like to do is ...
0
votes
2answers
43 views

How to make page to jump to beginning of section after expander box is closed?

The page I'm referencing is here: http://jjnursingnotes.com/NOV12/ JQuery page is located here: http://jjnursingnotes.com/NOV12/jquery.expander.js After you click "Read More," what I would like ...
0
votes
0answers
57 views

reference grouping controls of ItemsControl

I have an ItemControl with a ListCollectionView as a data source. The ItemControl uses Expander controls to group items. When I do ListCollectionView.Refresh(), then expanded Expander controls get ...
1
vote
0answers
122 views

How do I make the Expander Header change along with the List item as typing in field occurs?

How do I make the Expander Header change along with the ListBox item as typing in field occurs? * I just attempted to post this with an image, but this site does not allow me to post an image until I ...
0
votes
0answers
119 views

How do you cause the an Expander's Header to change along with the ListBox's item when typing into a field?

This is my first question here, so hope I get the formatting at least presentable. Below are three sets of XAML and C# code behind. One builds on the other. Each subsequent set solves a problem in ...
0
votes
2answers
179 views

parent container doesn't shrink when Expander is collapsed

I have an Expander control inside of a Border control. When Expander is collapsed the Border retains of same height. How do I make the Border to change it's height also? The code that illustates the ...
0
votes
1answer
99 views

BringIntoView method doesn't work for inner Expanders

I have a WPF application with multiple Expanders <ScrollViewer> <StackPanel> <Expander Header="OuterExpander1" Expanded="ExpanderExpanded"> ...
1
vote
1answer
174 views

Scrolling a ScrollViewer when Expander is expanded

I have a WPF MVVM application, in which ScrollViewer contains a user control with multiple Expanders <UserControl> <Expander> <Grid> ...
0
votes
1answer
74 views

How can I perform a jquery action when link is clicked from another page?

I'm creating an e-newsletter with jquery expander boxes for each article. By default, each expander box is closed. We send out an email teaser ahead of each issue with links to each article. I'm ...
0
votes
0answers
177 views

Custom ListViewItem with embedded Expander

I'm creating a simple file browser where it's display will mimic that of the Windows (7) Explorer "Content" display mode. I envision a ListView control whose ItemsSource will be bound to a collection ...
0
votes
1answer
209 views

jQuery Expander Plugin: How to hide all expanded portions when click “Read more”?

I am using jQuery Expander Plugin v1.4.4 to format FAQ part on my website, and have a question how to hide all opened (expanded) portions of text (in my case answers) when you click on some "Read ...
2
votes
1answer
214 views

Problems with resize on Expander WPF

Hi guys i'm using WPF with mvvm on a solution and i have an issue. I have this object that i am using on a viewModel: public class SuperCharacter : INotifyPropertyChanged { public ...
0
votes
1answer
219 views

Bind based on a condition

Hi. I'm running into issues with having a RadExpander in a RadListBox. Basically, I have exactly something like here or here. I have a OneWayToSource binding, but I want the binding to happen only ...
1
vote
0answers
737 views

ExtJS dynamically create RowExpander

I want to make a grid with rowexpander. I have a template and a rowexpander, but I don't want to use gridpanel's store to load rowexpander's template data. I want to create rowexpander dynamically in ...
0
votes
0answers
240 views

Applying a GroupStyle to the Expander.Content Items Presenter in WPF

I'm binding a WPF DataGrid to a CollectionViewSource with Two PropertyGroupDescriptions. As a workaround to virtualizing the grid (which is quite troublesome as soon as grouping comes into play), I'd ...
1
vote
3answers
236 views

Get selected item on expanderView

I'm using a ExpanderView to display some data in my app. But I'm having some difficulty trying to find out how to get an ExpanderViewItem's data after it's been selected. On a ListBox you can call ...
0
votes
0answers
539 views

WPF Expander control dropdown panel

I would like to style my expander control in such way that it can have a drop down panel like that of combobox control. Drop down panel should be like it can overlay above other items like that of ...
0
votes
1answer
116 views

WPF Expander, get the Header name out of a child element

I have a WPF Expander, such as this: <Expander Canvas.Left="251" Canvas.Top="425" Header="expander1" Height="100" Name="expander1"> <Grid> <StackPanel ...
0
votes
0answers
65 views

Is there a way to set a child grouping style inside the Expander.Content of my primary grouping style

I have a DataGrid bound to a CollectionViewSource with two GroupDescription properties. On the DataGrid.GroupStyle, I've set the ContainerStyle for the primary grouping description to the following ...
1
vote
1answer
552 views

ItemsControl where entire item is expander for sub-items

So it's kind of hard to describe the behavior I want, so I drew a nice picture with my amateur paint skills. So basically I want the headings of the ItemsControl to operate like an expander, ...
0
votes
0answers
304 views

jQuery Expander Plugin errors running in Magento

I have successfully registered the js files in the head section of my site. The first five scripts registering according to view source. <script type="text/javascript" ...

1 2 3 4 5 6