TMenuItem not fully skinned when large and scrollable Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 10, 2015 at 12:54 pm #36547 Hanno HugenbergParticipant 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. June 11, 2015 at 5:39 am #53509 SupportKeymaster 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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting