Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Question regarding accordion control
2 replies. Latest Post by rmcsharry on September 7, 2009.
(0)
Sanchez333
Member
1 points
3 Posts
09-06-2009 12:29 PM |
Hi there,
I have a question regarding the alignment of accordion items. Basically I am looking to align then horizontally across the top of the control like so:
Header 1 Header 2 Header 3
- instead of on top of each other.
First of all, is this possible? Secondly, how would I go about it?
Thanks!
HarshalS...
15 points
54 Posts
09-06-2009 2:49 PM |
We'll I can't answer the question that you have asked but have you considered using the expander? That may provide a similar functionality. You may need to write a little code to expand one when the other is collapsed .
rmcsharry
345 points
239 Posts
09-07-2009 8:10 PM |
You can arrange the accordion horizontally, but the HEADER items will be drawn vertically, hence the text for your header will be one letter on top of the other like this:
H
e
a
d
r
1
Also note that the accordion is in PREVIEW release state, so it's not stable yet - it will likely crash your app. if you change it's alignment to the one I suggested, since this is not a main use of the control so it has bugs on that alignment setup.