Skip to content

Fix for DataColumn to resize with keyboard#797

Open
michael-hawker wants to merge 1 commit intomainfrom
llama/data-table-keyboard
Open

Fix for DataColumn to resize with keyboard#797
michael-hawker wants to merge 1 commit intomainfrom
llama/data-table-keyboard

Conversation

@michael-hawker
Copy link
Copy Markdown
Member

See issue CommunityToolkit/Windows#849 from the Toolkit where it's hard for us to respond here, we need a bit of thinking about how to best respond here.

See issue CommunityToolkit/Windows#849 from the Toolkit where it's hard for us to respond here, we need a bit of thinking about how to best respond here.
@michael-hawker
Copy link
Copy Markdown
Member Author

Oh, interesting, was just pulling #781 and that doesn't have this same issue... though I'm trying to understand why now... 🤔

@michael-hawker
Copy link
Copy Markdown
Member Author

Ah, I think there's more measure/arrange invalidation in 781 which is happening which just forces the issue. Would be curious to see if we could measure the measure passes, as minimizing those in the core scenarios would be great. Resizing the column here is an exception. Though in general, we're kind of fighting layout a bit with the design of this control, but the goal was to minimize those passes as we just want to be responding to the bare minimum of events:

  • Column resized by drag
  • Content resized in Auto column and now larger
  • Control itself resized

@Arlodotexe Arlodotexe self-requested a review April 29, 2026 15:35
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

Successfully merging this pull request may close these issues.

1 participant