My problem is that:
I use ScrollPane with scrollBar automaticaly hide if not required.
I would like to know if the scrollbar is visible or not at a time.
The reason is when i get the ScrollablePane InnerUnclippedRect , it seems not to take care of this data, so it always give to me the complete area with the scrollbar area included.
I have to reduce this workable area when the scrollbar is active but i don't know how to know that.
Do someone have a clue?
I see a protected function isVertScrollbarNeeded but as i use wrappers to derive from CEGUI Windows, i cannot access them
