Eto GridView TableLayout copy selected rows

Hi,

I am working with a GridView, that contains a TableLayout.
So far I did not find any information if it’s possible to copy the selected data to the clipboard.
As far as I know this works in WPF (not 100% sure though).

Is this only possilbe via an extra button in Eto?
Or am I missing a setting?

Thanks,
T.

You should be able to subscribe to the key-down event and check for the platform specific copy shortcut and do it yourself if its not natively offered. (I’m not sure if it is, but if you’re creating complex GridViews it might not be)

Eto Clipboard Sample