jquery - How do I make custom scrollbars with jScrollPane to be always visible? -


i have scrollbars using jscrollpane plug-in jquery.

the scrollbar works, content ajax, every 'page' load, add re-initialization of scrollbars. when content shorter page, scrollbars not visible.

this results in 10px space content, , annoying items using 100% of available space.

anyone idea how make scrollbars visible when content not available? or alternative css way reserve space fine.

if nobody finds better solution,

i can modified jscrollpane plugin, show "track" bar, , if going hide scrollbar (because content smaller view) not append 'drag' bar. though not clean option.

it should taken further, , disable / re-enable down buttons, adding css functionality not hover/active state's when disabled... better usability.

still looking forward possible better solution, though feel have come possible solution there none out of box


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -