Skip to content
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

fixed CheckBox & ToggleSwitch column IsReadOnly state issues #44

Merged
merged 5 commits into from
Sep 10, 2024
Merged

Conversation

w-ahmad
Copy link
Owner

@w-ahmad w-ahmad commented Sep 9, 2024

fixes #36

  • Fixed the issue where IsReadOnly state was not correctly applied to TableViewCheckBoxColumn and TableViewToggleSwitchColumn.
  • Fixed CheckBox & ToggleSwitch Column's focus states.
  • To prevent the unnecessary generation of CheckBox and ToggleSwitch controls during editing, introduced a UseSingleElement property in TableViewColumn. This is because both columns utilize the same elements for displaying and editing values. The property is set to 'false' by default, if set to true, TableViewColumn.GenerateEditingElement() method won't be called.
  • Improved and fixed cell navigation issues specifically due to new implementations inTableViewCheckBoxColumn and TableViewToggleSwitchColumn.

@w-ahmad w-ahmad merged commit 5ac95c3 into main Sep 10, 2024
1 check passed
@w-ahmad w-ahmad deleted the issue#36 branch September 10, 2024 22:43
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.

TableViewCheckBoxColumn toggles even if TableView is readonly
1 participant