CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Question Menu item alignment

    In another Windows Forms toy app, I have added a menu strip to the main form. As you can see in the attached screen shot, the menu item ("Beenden") exhibits a small problem: It is not really left-aligned, although the TextAlign property is set to MiddleLeft. The equivalent setting, however, works fine for the menu itself ("Datei"), as you can see in the same screen shot as well. Are there any other property settings interfering that I might have failed to take into account, or what else might be wrong here?

    TIA
    Attached Images Attached Images  

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured