After upgrading from TMS VCL UI Pack 13.1.6.3 to 13.6., as well as from Delphi 12.3 to Delphi 13, we encountered a problem in our application with parented TAdvToolBarPager’s. When their TabSettings.Height is set to 0 it defaults to the calculated height of 26, leading to tabs and their associated spaces suddenly appearing in places where they were not intended, cutting of toolbars.
Manually re-setting this both at design- or runtime does not remove it. During debugging its clear the component seems to lose, or not properly read, the value set in the object inspector, and defaults to the value calculated with the dpi. This problem only occurs when the TadvToolBarPager is nested into a parent of its own. If it is directly on a form this does not happen. The two TAdvToolBarPagers you see in the screenshot have the exact same settings, just that the top one is nested in a TAdvPageControl, while the bottom one is directly on the form. I also attached a screenshot of the project structure, with which the problem can be reproduced. Just set both TabSettings.Height to 0 and you should see the problem. Is this a known bug? And if so is there maybe already a patch for it? We would like to avoid having to manually check our application for these, and set the Pagers on the form


