- Admin
- #191
Thanks. The ItemContainerStyles are present, it's not referencing to the DefaultItemContainerStyle, but indeed the ContextMenuCommand entry was missing Now it's added.The ListView's ItemContainerStyle needs to assign the command to the container's button's ContextMenuCommand, e.g. like in Nereus here. Currently the WebRadioListViewStyle uses the DefaultItemContainer style which doesn't do this. Easiest would be to define a WebRadioItemContainerStyle that assigns it and then set that as WebRadioListViewStyle's ItemContainerStyle, e.g. like here.
@BigGranu I commit to the net4.8 branch, because that was my local branch I used before. Afterwards I saw you merged everything into master already.
You'd need to merge this in as well.