Relative Content

Tag Archive for flet

How to show context menu in Flet when I right-click on a ListTile or a Text Control

Using Flet package in python (desktop application), I am trying to show a context menu when a user right clicks on a label (usually a Text or a ListTile Control). The context menu should be customizable with custom options, unlike the one you get in a TextField Control with “cut”, “copy”, “paste” and “select all” options.