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, 11 months ago by Support. Viewing 1 post (of 1 total) Author Posts 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 1 post (of 1 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