FXScrollWindow
"John Selverian" <[email protected]> Mon, 13 Nov 2023 09:59:03 -0500
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Organization | JAHM Software |
| Message-ID | <[email protected]> |
I have the following problem with scrolling. I have a
FXScrollWindow with a FXHorizontalFrame. The FXHorizontalFrame
has a FXVerticalFrame which I fill with FXCheckButton then I add
a FXTreeList to the FXHorizontalFrame.
When I put the mouse over the FXCheckButton and scroll it works
fine. When I place the mouse over the FXTreeList and scroll
nothing happens. How can I get it to scroll when the mouse over
the FXTreeList?
_checkBox_SW = new
FXScrollWindow(splitter_left_VF_0, HSCROLLING_OFF | LAYOUT_FILL);
FXHorizontalFrame* HF_SW = new
FXHorizontalFrame(_checkBox_SW, LAYOUT_FILL | FRAME_SUNKEN);
_checkBoxes_VF_0 = new FXVerticalFrame(HF_SW,
LAYOUT_FILL_Y, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
_treeList_TL = new FXTreeList(HF_SW, this,
ID_TREE_LIST, LAYOUT_FILL | TREELIST_SINGLESELECT);
Kind regards,
js
_______________________________________________
Foxgui-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/foxgui-users