I hope add a Button into a Table #3084
-
I use code below:
In the code,the function 'load_data()' is defined by myself.As a result, when i run the whole programme, the window dont show the button i needed, and i get a warn warn("Winforms does not support the use of widgets in cells") |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The warning is telling you everything that there is to know. Winforms does not support the use of widgets in table cells. This is also documented. There's no secret workaround - the feature doesn't exist. The documentation for table also notes that Widgets in cells is a beta API which may change in future, and is currently only supported on macOS. |
Beta Was this translation helpful? Give feedback.
There are only three options here:
I'd suggest that (3) is likely the easiest option.