w-ahmad / WinUI.TableView

A light weight TableView component for WinUI3
MIT License
128 stars 9 forks source link

SelectAll option stays enabled no matter what SelectionMode is set to #4

Closed w-ahmad closed 5 months ago

w-ahmad commented 5 months ago

Description:

SelectionMode is single by default. SelectAll in context menu is still enabled in this mode but does not work as intended.

Steps to Reproduce:

Change SelectionMode to Single or None in the sample app and run the app, see the Select All option is enabled.

Expected behavior:

Select All option should be disabled in case of SelectionMode is set to Single or None and enabled in case of SelectionMode is set to Multiple or Extended.

Screenshots:

image

Environment: