Is there any good C# desktop library to implement Card liked UI dashboard?
-
I have been away from Windows desktop development environment (Using C++ MFC) for many years. Recently, I plan to port an Android app to Windows desktop environment. I plan to use C# as my tech stack. However, I have 0 clue on how to develop a - Card liked UI dashboard - Achieve drag-n-move animation Our Android app looks like - Drag and move animation - YouTube[^] Do you have any suggestion library, which can help me to implement so? Thank you.
-
I have been away from Windows desktop development environment (Using C++ MFC) for many years. Recently, I plan to port an Android app to Windows desktop environment. I plan to use C# as my tech stack. However, I have 0 clue on how to develop a - Card liked UI dashboard - Achieve drag-n-move animation Our Android app looks like - Drag and move animation - YouTube[^] Do you have any suggestion library, which can help me to implement so? Thank you.
-
I am not sure what you mean by "Card liked UI dashboard", but drag and drop is fully supported in .NET: Walkthrough: Perform a drag-and-drop operation - Windows Forms | Microsoft Docs[^].
In the video, it shows how "Card liked UI dashboard" look like. Also, this is a JavaScript implementation of "Card liked UI dashboard" - Column grid demo[^] As you can see, the JavaScript example supports drag-n-move, and resizing. Any idea on where I can get an equivalent C# desktop library to implement such? Thanks.
-
In the video, it shows how "Card liked UI dashboard" look like. Also, this is a JavaScript implementation of "Card liked UI dashboard" - Column grid demo[^] As you can see, the JavaScript example supports drag-n-move, and resizing. Any idea on where I can get an equivalent C# desktop library to implement such? Thanks.