Hi Folks,
I am trying to customize the scroll bar inside my
application.What my requirement is, i should have a scroll bar with
out up and down arrow skins(images) and i shouldn't have a track-
skin.Am using a thumb-icon instead of thumb-skin to display the scroll
bar thumb image and i could see the scrollbar as i expected.And here
is the css what i have written.....
ScrollBar {
thumb-icon : Embed(source='assets/images/scrollBar/scroll-
bar.png');
up-arrow-skin : ClassReference(null);
track-skin : ClassReference(null);
down-arrow-skin : ClassReference(null);
thumb-skin : ClassReference(null);
}
The reason am using the thumb-icon instead of thumb-
skin is that, i don't want to change the height of the scroll bar
image as the length of data is getting changed inside my container and
this is working fine for me.
Now only the problem is,when there is more data to be
displayed,the scrollbar image is going out of that container (at top
and as well as bottom also).
can any one help me how to resolve this issue or is there
any way to get this kind of scrollBar?
Thanks & Regards
Sankar Kethineni
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---