Hi Isomorphic,
SectionStackSection has no SectionStackSection.setDefaultProperties(SectionStackSection sectionStackSectionProperties).
I suppose this is not on purpose. You could use it e.g. for
Best regards,
Blama
SectionStackSection has no SectionStackSection.setDefaultProperties(SectionStackSection sectionStackSectionProperties).
I suppose this is not on purpose. You could use it e.g. for
Code:
SectionStackSection sss = new SectionStackSection() {
{
setExpanded(true);
}
};
SectionStackSection.setDefaultProperties(sss);
Blama
Comment