I need to increase the header height of the SectionStackSection. When I follow the bellow approach the page doesnt load. I think it gives a null exception.
SectionStackSection sectionStackSection = new SectionStackSection();
sectionStackSection.getSectionHeader().setHeight(40);
please advise a way to increate the header height.
SectionStackSection sectionStackSection = new SectionStackSection();
sectionStackSection.getSectionHeader().setHeight(40);
please advise a way to increate the header height.
Comment