Alex, I set an id for the components and set height values for them but
still becomes 0. I am going to try to crate a test case and open an issue.
<s:Panel id="detailPanel"
title="{resourceManager.getString('messages', 'jobSummaryDetailPanel')}"
height="{detailPanelDefHeight}" width="100%" visible="false"
includeInLayout="false">
<s:Button id="toggleTree" y="-27" right="10"
width="80" click="toggleTreeComp()" toolTip="Collapse"
label="{resourceManager.getString('messages', 'jobSummaryPanelColpBut')}"/>
<s:Scroller id="scrooler_id" width="100%"
height="100%">
<s:HGroup id="hgroup_id" width="100%"
paddingLeft="10" height="100">
<jobdetail:JobBaseInfo id="jobBaseInfoId"
height="150" width="500"/>
<s:VGroup id="vgroup_id" paddingLeft="0"
paddingTop="10" clipAndEnableScrolling="true" width="500">
19.03.2020 18:39 tarihinde Alex Harui yazdı:
Looks like a bug in Scroller. It should stretch its children. A
workaround may be to set height=”100%” or to some value on the child
HGroup