TMenuItem not fully skinned when large and scrollable

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36547
    Hanno Hugenberg
    Participant

    Hi,

    we have a problem with a large runtinme generated TMenuItem. It only gets partly skinned and the scroll buttons are not skinned too.

    See attached image.

    Version is 10.10 and Delphi XE3.

    Active skin is Garnet II.

    Thank you.

    #53509
    Support
    Keymaster

    Hello!

    If menu items are added in run-time then you should call this procedure:

    Code:
    sSkinManager1.SkinableMenus.HookPopupMenu(Menu,true);

    Add this code after creation of new items.

    Scroll in menus can't be skinned unfortunately, this part is drawn by Windows system always and can't be overriden.I can suggest you to make many columns in the popup menu for work without scrolling.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.