Changing the Menu From Bottom to Top
This topic shows how to make the menu appear in the bottom-to-top direction. The key solution is setting the VertPopupDirection property to BottomToTop.
1. Select the C1WebMenu control.
2. In C1WebMenu1's Properties window, set the VertPopupDirection property to BottomToTop.
3. Save and run your Web application. Your menu at run time will appear in the BottomToTop direction.
|