THTMLStaticText & mousewheel

Hello!

Is it possible to use HTMLStaticText with a mousewheel handler
like


staticText.Perform( CM_MOUSEWHEEL, ...



Are there other windows messages to "missuse" for scrolling?

Or: is it possible to use "autoScroll" without a "mouse over" of the scroll button?

Or: any other ideas?

Thank you!


There is no built-in handling of the CM_MOUSEWHEEL message in THTMLStaticText.
You could programmatically control the  vertical scroll position with the property HTMLStaticText.VOffset: integer; when HTMLStaticText.MiniScroll = true

Thank you Bruno,

that's what I want to know!

Frank