Peter,
I’m having big problems with splitter =(
Here is a screenshot of my problem: SCREENSHOT
there is a big content in my right panel, but the content is not fluid and not the panel doesn’t expand against its content.
my html strcuture looks like:
$(‘#pContent’).jqxSplitter({ height: ‘100%’, panels: [{ size: 250, resizable: false }, { height: ‘100%’} ] });
html,body { height: 100%; }
I would like to able to scroll the right panel deeper and want to see the left panel and the splitbar fit to bottom always, with full height.
thanks 