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

large splitter bar, pane collapse problem

1 Answer 51 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 03 Mar 2009, 03:30 PM
Hi.

I've increased the size of my spitter bar using javascript and css...

var spacer = document.getElementById('RAD_SPLITBAR_SPACER_<%=sbContent.ClientID %>')  
spacer.style.height = '30px';  
spacer.innerHTML = itemBottomDiv.innerHTML;  
spacer.style.width = '100%';  
spacer.className = itemBottomDiv.className;  
document.getElementById('<%=sbContent.ClientID %>').className = "resizeBarHorizontal2";  
document.getElementById('<%=sbContent.ClientID %>').style.height = '30px';  

.RadSplitter_Pab3 .resizeBarHorizontal2,  
.RadSplitter_Pab3 .slideContainerResizeHorizontal2,  
.RadSplitter_Pab3 .slideContainerResizeOverHorizontal2,  
.RadSplitter_Pab3 .resizeBarInactiveHorizontal2  
{  
    height:30px;  
    background-color:#f4f4f4;  
    border-bottom:solid 1px #cdcdcd;  

This works great and I am able to display a little message inside the splitter bar.... "Click here to show message preview"

BUT then it all goes wrong....I collapse the bottom pane (the preview window) and most of the splitterbar disappears. i.e. only the first 4 pixels are on display the rest is hidden.

Antony

1 Answer, 1 is accepted

Sort by
0
Antony
Top achievements
Rank 1
answered on 03 Mar 2009, 03:32 PM
Problem solved! :-D
Tags
Splitter
Asked by
Antony
Top achievements
Rank 1
Answers by
Antony
Top achievements
Rank 1
Share this question
or