Added feature (orientation= 'both') and fixed padding issues#2791
Open
Trucee wants to merge 1 commit intoTomSchimansky:masterfrom
Open
Added feature (orientation= 'both') and fixed padding issues#2791Trucee wants to merge 1 commit intoTomSchimansky:masterfrom
Trucee wants to merge 1 commit intoTomSchimansky:masterfrom
Conversation
Contributor
|
@Trucee |
Collaborator
|
Hi, At the moment, I'm waiting myself for the original owner of the repository to merge all changes I've made from the Develop branch to the main one. I intend to add the proposed feature in one way or another, but I can't promise when it will happen. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Added Feature:
orientation="both"Summary
Added support for
orientation="both"to allow simultaneous horizontal and vertical scrolling.Previously, widgets only supported:
"vertical""horizontal"Now users can use:
to enable scrolling in both directions.
Example Usage
This allows content larger than the container to scroll both vertically and horizontally.

Behavior
"vertical"→ vertical scrollbar only"horizontal"→ horizontal scrollbar only"both"→ both scrollbars appear when neededBackward compatibility is preserved.
Existing code using
"vertical"or"horizontal"works unchanged.🛠 Fix: Border_width
Issue
when user increase Border_width empty space between label and canvas increase automatically.
Before
After
Combine:
✅ Why This Improvement Is Useful
Test script