开发者

ASP.Net Remove Sidebar from Wizard Control

开发者 https://www.devze.com 2023-03-31 06:08 出处:网络
Any ideas how to remove/hide/disable and make invisible the sidebar (with all of开发者_Python百科 the links in it) from a Wizard Control?

Any ideas how to remove/hide/disable and make invisible the sidebar (with all of开发者_Python百科 the links in it) from a Wizard Control?

Cheers.


You can achieve this using the Wizard.DisplaySideBar Property like so:

<asp:Wizard ID="wizard1" runat="server" DisplaySideBar="false">...


You can find it in:

Wizard properties. highlight the .aspx form code then look for it in behavior. click Image where to find it

0

精彩评论

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