I added a context menu to an IKImageBrowserView
.
When a user right-clicks (mouse) or two-finger-clicks (trackpad) an image in the IKImageBrowserView
, the selection changes to this image, and the context menu appears.
When a user control-clicks (mouse or trackpad), the selection does not change, and the context menu appears.
As the context menu is relative to the selected image, I prefer, that the selection changes, when the context menu is invoked.
- Can I make the
IKImageBrowserView
change selection also on control-click (mouse and trackpad)? - Can I attach the context menu not to the
IKImageBrowserView
but to a single element/image of anIKImageBrowserView
?