-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Added support for resizing columns in the column layout #13540
Feature: Added support for resizing columns in the column layout #13540
Conversation
…andit/Files into Mohammed_feature_4_Resize # Conflicts: # src/Files.App/Views/LayoutModes/ColumnViewBrowser.xaml
@Mohammed-619 Thank you for your first contribution. Please ensure you're using XAML Styler. If you've never used it, install it from the following list to follow our coding style guideline.
|
ManipulationDelta="BladeItem_ManipulationDelta" | ||
ManipulationMode="TranslateX" | ||
ManipulationStarted="BladeItem_ManipulationStarted" | ||
PointerExited="BladeItem_PointerExited" | ||
PointerMoved="BladeItem_PointerMoved"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of adding these events directly to the blade, another approach might be to add them to a separate element within the blade. This would allow us to remove the extra padding from the frame. @chingucoding which approach do you think is better practice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think similar to the SideBar, having a separate element would give us more flexibility in the long term. Accessibilitywise, if we also want to handle arrow keys, a separate element would also be better since you can have a dedicated UIA name for the resizer element.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what I was thinking 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a827a37
to
20e04d0
Compare
cecddda
to
7f8c927
Compare
Closing due to inactivity |
Resolved / Related Issues
Closes Feature: Add support for resizing columns in the column layout #6534
Validation
How did you test these changes?
Screenshots (optional)