I have a raddockzone with min-height=500. When I add two docks in the this raddockzone then i wish to keep 15px distance between the docks added one after another. Is there any property by which I can manage it ?
Thanks,
Prayag
2 Answers, 1 is accepted
0
Accepted
Bozhidar
Telerik team
answered on 11 Apr 2011, 01:07 PM
Hi,
You could use the Style property in order to specify margin around the different RadDocks. In that case I have used:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis luctus quam.
Mauris consectetur enim et metus varius quis aliquam sapien consectetur. Nulla eget
diam lacus, in tempus lacus. Praesent vitae volutpat leo. Curabitur ac neque eros.
Aliquam vel dolor arcu, quis viverra mi. Fusce velit libero, tincidunt eget gravida
eget, gravida id neque. Sed elementum aliquam enim ac sagittis. Sed eu nulla sit
amet felis consequat dapibus. Duis et nulla eget nisi aliquam venenatis in in erat.
Mauris sit amet nulla augue, sit amet pulvinar arcu.
</ContentTemplate>
</telerik:RadDock>
</telerik:RadDockZone>
</div>
</form>
</body>
</html>
Where the four values in the margin are as follows: top, right, bottom, left. So if you want for example to have 10px to the bottom and 10px to the right, you should use the following: Style="margin: 0 10px 10px 0;".
Best wishes,
Bojo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items