How to create designer surface using so that widget can be interactive?
I have create flexible dash board where user can drag and drop widgets
which serve one purpose. Each widget serve one unique purpose and show
certain set of data.
e.g. For Security Dashboard; where there would be multiple widgets which
will subscribe or/and publish. Subscription will listen to outside events;
publisher to events generated by other widget and based on user action it
will publish event.
What is best way to design this in C# and Winform or C# / WPF.
No comments:
Post a Comment