This is a migrated thread and some comments may be shown as answers.

Expand and collapse icons at right hand side

3 Answers 189 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Amit
Top achievements
Rank 1
Amit asked on 10 Dec 2010, 12:06 AM
How can expand and collapse icons at right hand side in PanelBar item be changed? Please see attached screen shot for visual.

Thank you.

3 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 10 Dec 2010, 01:55 PM
Hello Amit,

You can set ExpandedImageUrl property of RadPanelBar to achieve this. Please take a look at the following documentation for more information on this.
Adding Images to Items

-Shinu.
0
Amit
Top achievements
Rank 1
answered on 10 Dec 2010, 03:30 PM
Hi Shinu,

Thank for response. ImagePosition and other imageurls properties display my image at right hand side. But the default expand or collapse arrow is still visible. How do I hide it?

Thank you,
Amit
0
Amit
Top achievements
Rank 1
answered on 10 Dec 2010, 03:54 PM
I found following workaround from another forum.

.rpExpandHandle
{
    display: none!important;
}
 .rpCollapseHandle
{
    display: none!important;
}

Thank you,
Amit
Tags
PanelBar
Asked by
Amit
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Amit
Top achievements
Rank 1
Share this question
or