<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'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=""><progressbar </span><span class="">name</span><span class="">=</span>"progress"<span class=""> </span><span class="">from</span><span class="">=</span>"baseprogressbar"<span class="">></span></p>
<p class=""> <span class=""><area></span>170,140,100%-20,20<span class=""></area></span></p>
<p class=""> <span class=""><layout></span>horizontal<span class=""></layout></span></p>
<p class=""> <span class=""><style></span>reveal<span class=""></style></span></p>
<p class=""><span class=""> </span></progressbar></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'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>