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
Setting for maximum pane height when fitHeight setting is true. eg maxHeight - an integer representing maximum height in pixels.
Describe your feature request detailed
If fitHeight is true and the pane contains a long list, the height of the displayed pane may end up the height of the window. If maxHeight was set, and the calculated pane height is greater than maxHeight, set the pane height to maxHeight.
@roman-rr I have seen the option fitScreenHeight: true thank you, what I would like to be able to do is set the maximum height of the pane to the height of the screen minus X pixels.
The reason for this is so the page title behind the pane can still be seen to give the pane context.
What are you trying to add to Cupertino-Pane?
Setting for maximum pane height when
fitHeight
setting is true. egmaxHeight
- an integer representing maximum height in pixels.Describe your feature request detailed
If
fitHeight
is true and the pane contains a long list, the height of the displayed pane may end up the height of the window. IfmaxHeight
was set, and the calculated pane height is greater thanmaxHeight
, set the pane height tomaxHeight
.Is there an alternative at the latest version?
[ ] Yes (descripe the alternative)
[ X] No
Is this related to an issue?
[X] Yes (Give a link to the issue)
[ ] No
#113
The text was updated successfully, but these errors were encountered: