Context Menu Size

Hi, is there a way to make the context menu bigger  make the bars in the context menu larger so its easier to select

Answer this question

Context Menu Size

  • slavapvf

    I believe that you will be able to do this, but you will need to draw the contextMenu yourself.  If this is acceptable, let us and we can start working something out...
  • santaclause585

    sure, if you could point me in the right direction on this, it would be much appreciated, thanks again for your time :)
  • Steven D

    Of course the simplest thing to do is to pick your longest string in the context menu and pad out by tacking on extra spaces.

    Not the prettiest solution but at least then you dont have to owner draw.



  • Wingnut_233

    You can find a sample for OwnerDrawn Menu Items (this one adds Icons) right <a href="http://www.msjogren.net/dotnet/eng/samples/dotnet_iconmenu.asp">here</a>.  It should be a nice foundation for your efforts.
  • Context Menu Size