<div dir="ltr">Hi there.<div><br></div><div style>Trying to understand how to size a progress bar.</div><div style><br></div><div style>it seems to completely ignore the dimension I give, only using the dimension from the one it&#39;s inheriting from.</div>
<div style><br></div><div style>Example:</div><div style>I have a progress bar like so:</div><div style>







<p class=""><span class="">        </span><span class="">&lt;progressbar </span><span class="">name</span><span class="">=</span>&quot;progress&quot;<span class=""> </span><span class="">from</span><span class="">=</span>&quot;baseprogressbar&quot;<span class="">&gt;</span></p>

<p class="">            <span class="">&lt;area&gt;</span>170,140,100%-20,20<span class="">&lt;/area&gt;</span></p>
<p class="">            <span class="">&lt;layout&gt;</span>horizontal<span class="">&lt;/layout&gt;</span></p>
<p class="">            <span class="">&lt;style&gt;</span>reveal<span class="">&lt;/style&gt;</span></p>
<p class=""><span class="">        </span>&lt;/progressbar&gt;</p><p class=""><br></p><p class="" style>It really makes no difference to which width I provide. Here I have 100%-20, but I could have 10 for all I care and the appearance is identical.</p>
<p class="" style>Problem is that if I make my window smaller, then the progress bar sticks out of it. I can&#39;t make it fit within the parent window; I have to define the parent window size to make the scroll bar fit.</p>
<p class="" style><br></p><p class="" style>Any experience on this topic that could help me?</p><p class="" style>Thanks</p></div></div>