Open philippjfr opened 1 week ago
@mattpap Could you chime in what isn't covered by the sizing_mode
that can be controlled with the policy
arguments?
The point of having width and height polices instead of sizing modes is to:
fit
policy regardless if it actually works).
When first creating Panel I exposed all the base styling and layout related parameters from Bokeh, including
sizing_mode
,width_policy
andheight_policy
. The thing is though that the width and height policy options effectively offers no more control than thesizing_mode
and also less intuitive. Therefore I propose to remove these parameters, making it clear thatsizing_mode
is how to control these options.The impact should be minimal as we steered most users towards
sizing_mode
from the very beginning and with a longer deprecation period with warnings we can give folks time to switch over.