Page 1 of 1

Alternative for Microsoft.CUI.Controls

Posted: Tue Nov 15, 2016 5:56 am
by Amrutha
Dear Team,

Is there an alternative for Microsoft.Cui.Controls namespace or controls?

Thanks,
Amrutha

Re: Alternative for Microsoft.CUI.Controls

Posted: Tue Nov 15, 2016 7:42 am
by JS-Support @Userware
Dear Amrutha,

The Microsoft Health CUI controls are open-source, so it should be possible to migrate them to CSHTML5. Here is the source code of the controls:
https://github.com/rbirkby/mscui/tree/m ... i.Controls

For best performance with complex controls such as the Timeline, you can replace the implementation with a JavaScript-based alternative, such as Plotly (for charting).

By the way, we plan to release a C#/XAML wrapper around Plotly within 4 weeks.

Thanks.
Regards,
JS-Support

Re: Alternative for Microsoft.CUI.Controls

Posted: Tue Nov 15, 2016 11:11 pm
by Amrutha
Dear Team,

I will try to implement the open source.

Thanks,
Amrutha