Any Metadata driven UI sample code?

后端 未结 4 786
伪装坚强ぢ
伪装坚强ぢ 2021-02-06 19:39

I am in the process of designing a .net windows forms application that uses metadata to drive the UI. Apart from finding http://msdn.microsoft.com/en-us/library/ms954610.aspx, I

4条回答
  •  北海茫月
    2021-02-06 20:06

    The most obvious answer would be that Microsoft have themselves embraced this concept through their use of Xaml in Windows Presentation Foundation which replaces WinForms (to an extent).

    If you want to stick to a WinForms, you may want to consider MyXaml which is kind of a homage to Xaml for WinForms!

提交回复
热议问题