sTreeviewEx expand Root › Discussions › AlphaControls This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 17, 2016 at 8:32 pm #37100 mierlpParticipant Hi I created a Framebar with several 'menus' based on a sTreeviewEX, see attachment The menu 'Modules' is very large and contains lots of items and sub-items. Is it possible when i click on the item 'Types' (second attachment) the the bar also sizes so that all items under 'Type' are showed and when i 'close' this item the bar resizes so it will Always fit. Regards Peter August 18, 2016 at 11:26 am #55456 SupportKeymaster Hi Maybe you can try the standard TreeView_EnsureVisible function from Windows API? Code: TreeView_EnsureVisible(sTreeViewEx1.Handle, sTreeViewEx1.Items[12].ItemId); 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 › Discussions › AlphaControls