Hello,
yesterday i got my view-wrap nearly to the end but i am facing some sizing issues with the custom view i created.
Adding the view with the Designer results in another size than adding the view by code.
I figured out that the different size comes from the TEXT size i can change in the Designer. If i set a value of 30 for ex. the view will be showed bigger than with a 15 textsize.
The problem is, that the wrapped (ToggleView) view does not have a Textsize property; so i cant reate getters and setters for the property.
How can i add Getter and setter for the textsize i a view itself does not have a property (and getter/setter for them? In this case the view itself i build opon a label and the view itself i think....
yesterday i got my view-wrap nearly to the end but i am facing some sizing issues with the custom view i created.
Adding the view with the Designer results in another size than adding the view by code.
I figured out that the different size comes from the TEXT size i can change in the Designer. If i set a value of 30 for ex. the view will be showed bigger than with a 15 textsize.
The problem is, that the wrapped (ToggleView) view does not have a Textsize property; so i cant reate getters and setters for the property.
How can i add Getter and setter for the textsize i a view itself does not have a property (and getter/setter for them? In this case the view itself i build opon a label and the view itself i think....