Show buttons on List item mouse over #4963
-
Is there a way to display a button or a list of buttons on mouse over of a list item? Fyne being mobile ready also, I am supposing this is not possible or not considered. Any pointers on this matter would be great. |
Beta Was this translation helpful? Give feedback.
Answered by
andydotxyz
Jun 23, 2024
Replies: 1 comment 1 reply
-
Yes you could do that, as you point out it would only work in desktop where there is a mouse. You would implement the Hoverable interface and add items to your UI based on those events. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aneeskA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you could do that, as you point out it would only work in desktop where there is a mouse.
You would implement the Hoverable interface and add items to your UI based on those events.