fsprojects / Avalonia.FuncUI

Develop cross-plattform GUI Applications using F# and Avalonia!
https://funcui.avaloniaui.net/
MIT License
889 stars 72 forks source link

Add static property ClipboardContentBinding to DataGridBoundColumn #385

Closed GallaFrancesco closed 5 months ago

GallaFrancesco commented 5 months ago

Context from the Avalonia docs: https://reference.avaloniaui.net/api/Avalonia.Controls/DataGridBoundColumn/21520FC9

One issue with DataGrid in FuncUI is that copying is only limited to the whole row. Setting this property should allow users to copy the cells they are selecting.

Numpsy commented 5 months ago

The CI failure should hopefully be fixed by picking up #391

JaggerJo commented 5 months ago

I'll just merge it as it is. From looking at the changes this should just work.