I am building an application that requires a DataGrid
that can be hidden. I have tried wrapping it in an Expander
but it isn't exactly ideal. Ideally what I would like is the ability to have the DataGrid
"floating" outside the main window without affecting the other controls and just having a button to hide and show it when needed.
Is this at all possible?
Thanks for your time.