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

Percent Width vs. title length

1 Answer 63 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Burt Bielicki
Top achievements
Rank 1
Burt Bielicki asked on 14 Sep 2007, 10:47 PM
Hi,

If I set a dock with a long title to width 100% and then shrink the browser window, the dock only shrinks to the width of its title.  Is there currently any way to get around that?

Thanks,

Burt

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 20 Sep 2007, 11:41 AM

Hello Burt ,

I tried the following code and the dock can be shrinked to a smaller size:

<body> 
    <form id="form1" runat="server">  
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> 
    <div> 
            <rad:RadDockLayout ID="RadDockLayout1" runat="server">  
            <rad:RadDock Width="100%" ID="RadDock1" runat="server" Title="LongLongText1LongLongText2LongLongText3LongLongText4">  
              
            </rad:RadDock>              
            </rad:RadDockLayout>                     
     
    </div> 
    </form> 
</body> 
 

If you mean something else, please send us more details about your goals and we will do our best to help you.

All the best,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Burt Bielicki
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Share this question
or