开发者

TelerikRadMenu from horizontal position to vertical

I am using TelerikRadMenu in asp.net but i don开发者_运维知识库't want it in horizontal mode i want it in vertical...is it possible and how can anyone help me?


You haven't specified which versions of their controls you are using ASP.NET, ASP.NET AJAX or ASP.NET MVC

In any case, for ASP.NET I think you just need to set the Flow direction to Vertical:

<Telerik:radMenu id="radMenu" runat="server" Flow="Vertical">
</Telerik:radMenu>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜