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

Inline style Min Width and Height

1 Answer 107 Views
Dock
This is a migrated thread and some comments may be shown as answers.
David Edwards
Top achievements
Rank 1
David Edwards asked on 25 Nov 2009, 04:31 PM
The zone renders in rendering with an inline style and a min height of 10 and min width of 100 %.

How do I remove this or make the min height 100 %?

1 Answer, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 01 Dec 2009, 02:16 PM
By default min-width  and min-height are 10px.
If a zone with such a definition is created on the server:
  <telerik:RadDockZone ID="RadDockZone1" runat="server">  
        </telerik:RadDockZone> 
The rendered html will be:
<div> 
      
        <div id="RadDockZone1" class="RadDockZone RadDockZone_Default rdVertical " style="min-width:10px;min-height:10px;">  
    <!-- 2009.3.1104.0 --><div class="RadDock RadDock_Default rdPlaceHolder" id="RadDockZone1_D" style="display:none;">  
        <!-- --> 
    </div><input id="RadDockZone1_ClientState" name="RadDockZone1_ClientState" type="hidden" /> 
</div> 
      
    </div> 
 
Could you please paste your RadDockZone's definition
Tags
Dock
Asked by
David Edwards
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or