Re: FXTreeList scrolling
[email protected] Mon, 21 Oct 2024 07:21:37 -0500
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Message-ID | <[email protected]> |
On 2024-10-20 09:19, John Selverian wrote: > If I hide() the checkbox vertical frame the scrolling over the > treeList works. I'm not handling any scrolling myself, I'm > relying the default behavior. Not sure what this means. If it is hidden, it will not receive events. So then events are passed to the widget underneath, (recursively) until they reach a place where they're handled. In an FXScrollWindow or FXScrollArea, the mouse wheel or right-mouse scroll is handled. But if it has child windows (in the case of FXScrollWindow), or is subclassed (FXScrollArea), those events may be getting handled, and may not reach, or may only conditionally reach the scrolling windows... -- JVZ