Would like to change a type. Panel to Label or ToggleButton to RadioButton
I have a bunch of screens that have togglebuttons that I would like to change to radiobuttons but designer does not have a way of changing a type other then delete and add
Just seems like it would be a nice feature to have.
It might not be entirely what you're looking for, but if you're willing to convert the layout to json, you might be able to just hack that file and then convert it back to native, binary format. Depending on your situation and the complexity of the layout it might save you a lot of time.
I am using Checkbox instead of radio buttons and couldn't remember why.
But after putting two RB's on a sheet I now remember that once selected there is no way for the user to remove selection