You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no way to inject your own arguments for this panel. That is, if you use a cond-view (or any of the similar containers), you can't have a non-stretchable containee. Even if you have a simple 1-line label (which isn't vertically stretchable), putting it in a cond-view causes it to become vertically stretchable, which is not what I want.
Whenever the library creates secret automatic panels, they should either mimic the layout arguments of their containees, or allow me to explicitly pass arguments for them.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the report! I think probably the best approach would be for these panels to inherit the stretch values of their children (and vary them when the children change), as you suggest. I'll try to do that soon. In the mean time, if you need a stopgap, it might work to wrap these views in other panels that don't stretch (though maybe that won't work right in every case).
Hello! When I say something like this:
then internally it will instantiate an
if-view%
, which in turn calls:There's no way to inject your own arguments for this panel. That is, if you use a
cond-view
(or any of the similar containers), you can't have a non-stretchable containee. Even if you have a simple 1-line label (which isn't vertically stretchable), putting it in acond-view
causes it to become vertically stretchable, which is not what I want.Whenever the library creates secret automatic panels, they should either mimic the layout arguments of their containees, or allow me to explicitly pass arguments for them.
Thanks!
The text was updated successfully, but these errors were encountered: