Menus and toolbars issues

Hello,

I'm new to syncfusion asp.net tools
and I've encountered a few problems:

Menu - how can I set its direction (i.e horizontal, vertical) I need to build menu which is similar to the one in the bottom left pane in the outlook demo.

Toolbar - I ran into some difficulties in changing the size of the toolbar, change the space between the toolbar items (Im using toolbaritem look and "ImageContainerCSSClass")

a sample code will be great

thanks,


1 Reply

MW Melba Winshia Syncfusion Team June 25, 2008 08:55 AM UTC

Hi Ron,

Thank you for your interest in Syncfusion Products.

1) Menu - Horizontal and vertical layout:

You can set horizontal and vertical layout for Menu by using below code:


//Horizontal Layout
Menu1.Layout = MenuPanelLayout.Horizontal;

//Vertical Layout
Menu1.Layout = MenuPanelLayout.Vertical;


Please refer the below sample to set horizontal and vertical layout for menu:

http://www2.syncfusion.com/infrastructure/web/tools.web/samples/2.0/MenuPackage/Menu/Menu-AppearanceSettings/MenuLayout/CS/MenuLayout.aspx

2) Toolbar - change the space between the toolbar items:

You can change the space between the toolbar items by using TextCSSClass. Please refer the sample in the below link which illustrates the above:

http://websamples.syncfusion.com/samples/Tools.Web/6.2.0.40 /Tools_ASP_Toolbar_74664/main.htm

Please try this and let me know if this helps.

Thanks,
Melba


Loader.
Up arrow icon