A few weeks ago, on the same version of wlm I'm using, I managed to remove the scrollbar from the contact list using a LayoutPos:none in the 1001 style.
code:
{
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rcrect(20188);
BorderThickness:rcrect(20190);
BorderColor:rcclr(59504);
LayoutPos:none;
}
Like that. The "LayoutPos:none;" was also copy'd into the 1004 style. both 1001 and 1004 have that piece of code included in both the normal Scrollbar[vertical] and the Simple Scrollbar[vertical].
but it doesn't work anymore / it doesnt work for Open Live (1.1.1).
It used to work with a skin I used before, sadly I don't recall which.
I also managed to tweak something else about it,
all "visible:false" or "visible=false" results into the space where the scrollbar is, being completely transparant. That means the Contact List Contact Mouse Over and such, will be blocked and invisible at that particular part. The attached picture shows what I mean, indicated with a pretty red border.
I can't find a way to remove them using layoutpos=none or a padding=rect.
I also hate to be feeded with the line of code, instead of learning it myself, if possible please reply in a teaching way, if not then please tell me how it's pulled of..
~Weird guy trying to create cool skin based of Open Live
EDIT: Picture added. Again x_x