Questions tagged [expander]

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

jQuery Expander plugin: The Expander Plugin hides (collapses) a portion of an element's content and adds a "read more" link so that the text can be viewed by the user if he or she wishes. By default, the expanded content is followed by a "read less" link that the user can click to re-collapse it. Expanded content can also be re-collapsed after a specified period of time.

WPF Expander: Represents the control that displays a header that has a collapsible window that displays content.

555 questions
0
votes
1 answer

Grid inside Expander Content doesnt align left

Can anyone help me solve my issue? When this view load, the expander does expand but inside the content, the grid doesnt align left. I've tried everything possible I can think of. Any help would be greatly appreciated.
Calvin
  • 631
  • 5
  • 17
  • 38
0
votes
1 answer

WPF Expander won't expand Up when is inside Canvas?

i have an expander that located in a canvas and want to expand it up,but it's togglebutton move to down when it opens.whats the problem,this is my code:
mahboub_mo
  • 2,908
  • 6
  • 32
  • 72
0
votes
2 answers

Create a expander/panelbar control with asp.net mvc and css and jquery only

How can I create such a control: http://www.telerik.com/products/aspnet-mvc/panelbar.aspx in asp.net mvc with pure css and jquery ? The first what I tried was to make it static by using a
but a ul-tag…
Pascal
  • 12,265
  • 25
  • 103
  • 195
0
votes
1 answer

Two expanders beside each other wont expand the latter

For some reason when I set two expanders beside one another, the first expander seems to be behind the second one and wont expand out the expander set beside it? Is there a way I can fix this in the code below?
Kirsty White
  • 1,210
  • 3
  • 26
  • 54
-1
votes
1 answer

How do i change background color of silverlight expander?

I want to change background color of the Silverlight expander. It look like as follows. How do I edit following template to set background color to white?? What property of Expander will do I set to change background color of the Expander. and its…
pramod choudhari
  • 313
  • 6
  • 14
-1
votes
1 answer

How to make conditional Expander in WPF

I have a very simple task. I have already created a custom expander so it's working fine. I just stuck at making it conditional if my text content is More I want to show expander else I don't want to. Here is an image of it
Ravi V
  • 91
  • 8
-1
votes
2 answers

Drop Down Panel in .Net

I'm trying to create a drop down menu like this in .Net. I can't think of the name of it so I'm not sure what control to search for, any ideas? Thanks!
chris
  • 581
  • 10
  • 25
-1
votes
1 answer

How to set the Expander to center to the left

Ok So I have an expander that needs to expand down and that works fine however it aligns the content to the right like so: display of the expander I would prefer that it ether aligns to the center or to the left. I have tried changing the…
-1
votes
2 answers

How to access an element in the Template of a WPF GroupItem

I have a ListView which is filled with some items. These items have two properties, ItemName and ItemGroup and I want to group them by their second property. So I wrote something like this:
polfosol ఠ_ఠ
  • 1,840
  • 26
  • 41
-1
votes
1 answer

(WPF) How can i fill an Expander-Controltemplate with content?

I'm t trying to create an custom Expander with a Controltemplate. My first question is: Where can I put the content of the Expander (not the text shown on the Expander, the content which turnsd visible if you click the Expander)? This is my Code in…
Ben
  • 201
  • 1
  • 10
-1
votes
1 answer

WPF Expander Header Mouseover color change

I have wpf Expander control and I want change background color of Header when I do mouse over on it. Here is my control:
Sai Reddy
  • 61
  • 4
  • 13
-2
votes
1 answer

Expander-like WPF control that only hides empty children

In my WPF view, I need something similar to an Expander or a TreeView, but instead of completely hiding the content, I only want to hide empty parts, i.e. TextBoxes with null or empty text, or empty ItemCollections. I thought about using a style…
user2727133
  • 149
  • 1
  • 12
-2
votes
3 answers
-2
votes
1 answer

WPF - expander dont hide

Is it possible, do not allow to hide expander, when user clicks on header? I have custom style for expander. I've tried to set ToggleButton IsEnabled=false, but it would be better, when nothing happens on click. Thanks
Bxx
  • 1
  • 7
-3
votes
1 answer

Coloring of expander

I have an Expander that has: Expander header and listbox inside. I want to create the following situation. a. when hover on expander head - color its head background in blue. b. when hover on expanders' listbox item color it in gray. c. when…
User9898
  • 251
  • 1
  • 3
  • 11
1 2 3
36
37