Ursa.Avalonia icon indicating copy to clipboard operation
Ursa.Avalonia copied to clipboard

Dynamic Form generation support

Open rabbitism opened this issue 5 months ago • 0 comments

Inspired by #354

Currently Form Generation from ItemsSource is partially supported. But still needs some improvement:

  1. Currently we can only generate FormItem, but not FormGroup
  2. User have to manually set label and star in a style
  3. ItemTemplate is not taking effect.

These issues should be addressed.

rabbitism avatar Sep 12 '24 13:09 rabbitism