GMPrakhar / MAUI-Designer

UI Designer for MAUI Applications
53 stars 6 forks source link

Added properties menu for selected elements #7

Closed GMPrakhar closed 2 months ago

GMPrakhar commented 2 months ago

Regression: Slower selection and dragging due to properties being loaded by reflection each time an element is clicked. Possible solution: Load all properties in a static array at the beginning.

image