Create a option strip like in SQL Server or visual studio

Answered Create a option strip like in SQL Server or visual studio

  • Friday, February 17, 2012 9:18 AM
     
     

    How to create strip like below;

All Replies

  • Saturday, February 18, 2012 1:51 AM
     
     
    That is a ToolStrip.  It is in the toolbox in the "Menus & Toolbars" category.

    Jose R. MCP

  • Saturday, February 18, 2012 6:06 PM
     
     

    Hi Jose,

    Thanks for your reply. I have tried to use Toolstrip but I don't want to show : (which I have highlighted in the attached screenshot) and even I want to make fine finishing i.e. the second highlighted thing in the screenshot

  • Saturday, February 18, 2012 6:09 PM
     
     Answered

    The grip handle to the left can be hidden.  The property is called GripStyle.  Set it to Hidden an that's it.

    The part to right I don't really understand.  What is it that you are seeing there that is not of your liking?  What do you mean by "fine finishing"?


    Jose R. MCP

  • Saturday, February 25, 2012 7:43 AM
     
     

    Hi Jose,

    My first issue got resolved by setting the property you have mentioned. regarding my second question, I meant to say when I pulled ToolStrip and set dock property to Top. If you see the attached screenshot, you will find that the toolstip is not showing exact vertical line (i.e. inline with form border) at the end but showing some curvers (i.e. finishing). even if you try on your side with one form and toolstrip that will show you the same curve but I want to make that straight vertical line.

  • Saturday, February 25, 2012 3:19 PM
     
     Answered

    Ok, now to this post.  Set the RenderMode property to System.

    Jose R. MCP



  • Sunday, February 26, 2012 6:42 AM
     
     
    Thank You Jose.....Really great help.