Can we attach a method to the JScroll Bar.
That is when ever the Scroll Bar’s start and end button clicked that method get triggered.
Can we attach a method to the JScroll Bar.
That is when ever the Scroll Bar’s start and end button clicked that method get triggered.
Please, any help?
Scrollbars are incorporated in some of the Servoy elements (HTMl and text area’s, for example.). On those elements there is no event available like you describe.
If you are using the JScrollBar bean, there might be such an event on the Java level and if so, you would need to wrap the JScrollBar into your own bean using the plugin API, as to make it easier to use it inside Servoy.
Paul