Skip to content

Resizing columns does not work within a container with padding #356

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

Open
CodeDevAM opened this issue Apr 23, 2025 · 0 comments
Open

Resizing columns does not work within a container with padding #356

CodeDevAM opened this issue Apr 23, 2025 · 0 comments

Comments

@CodeDevAM
Copy link
Contributor

When the user increases the size of a column to the maximum all columns right of this columns gets out of view and the user loses the ability to shrink the column. This seems to appear only when the TreeDataGrid is the child of a container with Padding.

<Border
	Padding="10">
	<TreeDataGrid
	    Name="MyTreeDataGrid"
	    Source="{Binding MyTreeDataGridSource}" />
</Border>
TreeDataGridColumnResize.2025-04-23.15-26-42.mp4

Witout Padding:

TreeDataGridColumnResize.2025-04-23.15-28-01.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant