RedCorners.Forms Changes - Sat, Feb 20, 2021
The following classes are renamed in RedCorners.Forms:
TitledContentView
toTitledGroup
TabbedContentView
toTabGroup
HiddenEntryView
toHiddenEntry
Some unnecessary TwoWay
bindings in TitledGroup
, TitleBar
and TabGroup
have been changed to OneWay
.
Demos are updated.
Android SDK version is changed to 10
from 9
.
The following control templates are added to TitledGroup
:
TitleViewTemplate
: assigns the control template ofTitleView
.BodyTemplate
: assigns the control template of the body (Content
).TitleBarTemplate
: assigns the control templates of the title bar.