Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

lordGoldemort

1
Posts
1
Topics
A member registered May 09, 2018

Recent community posts

Hi, been playing with the accordion control, and it works fine for static content of the panels. However, I'm trying to put a ScrollView inside one of the panels which has a variable number of items in a vertical list; it's drawing the scrollbars outside the bounds of the control and seems unable to size itself correctly so I can't see the list elements. I would guess, looking at the code, that it's not enough in UIAccordionElement.GetExpandedHeight(), just to query the preferred size - which will be fine for content of fixed but not variable height - and that you have to recursively get sizes for the contents?