![]() |
Can we add Resizepic scrollbar? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Can we add Resizepic scrollbar? (/Thread-Can-we-add-Resizepic-scrollbar) |
Can we add Resizepic scrollbar? - xwerswoodx - 08-11-2012 05:05 AM I want to do something but i need to scrollbar for resizepic. Can i do this? if i do, how? Thanks for everyone. RE: Can we add Resizepic scrollbar? - Anarch Cassius - 08-11-2012 05:38 AM My solution is to save an offset and draw a portion of the list based on the offest. Clicking down adds one to offset while you are below max, clicking up reduces it. You could also use pages and switch between them. Which you go with probably depends on the size of the menu. You don't want to reloading a small menu constantly but sending a huge one as many pages can also cause a lag burp for the client. RE: Can we add Resizepic scrollbar? - xwerswoodx - 08-11-2012 07:35 AM i think as well but it's not good solution ![]() Thanks for answer ![]() |