Hello, pretty straightforward question:
Nothing happens when i change the style of the layout, is there a way to change the look and feel of the group??
I have previously asked a similar question which didn't get looked at. I also would like to change the style of the border itself:
but that doesn't change anything either.
I would be grateful for pointers, haven't been able to find any documentation for this.
Code:
headersLayout = new VLayout(); headersLayout.setWidth100(); headersLayout.setIsGroup(true); headersLayout.setGroupTitle("testing"); headersLayout.setStyle("banana");
I have previously asked a similar question which didn't get looked at. I also would like to change the style of the border itself:
Code:
headersLayout.setBorder("1px solid #fd7d00");
I would be grateful for pointers, haven't been able to find any documentation for this.
Comment