Page 1 of 1

[SOLVED] How to disable small rectangle between scrollbars ?

Posted: Sat Sep 01, 2012 18:18
by cziter15pl
Hello,

I have a small problem, because I want to disable a rectangle in Listbox.
I don't know how to remove space between scrollbars.

What I want to get rid of:
Image

I want VSrollbar to be 100% of height.

Thanks for help,
Chris

EDIT:
@CrazyEddie: thank you very much, it works perfectly !

Re: How to disable small rectangle between scrollbars ?

Posted: Mon Sep 10, 2012 12:32
by CrazyEddie
In the <WidgetLook> definition for the Listbox for the skin you are are using (looknfeel xml file), there will be <Child> elements that define the scroll bars - find the vertical one and look at the <Area> definition, you will likely find that it contains some kind of calculation that subtracts some value from the height, remove that part (while maintaining correct xml) and the gap should be removed.

CE.