Home > Back-end >  Listview to each item binding popup menu?
Listview to each item binding popup menu?

Time:09-22

How to give each items in a Listview Item binding popup menu?
@ demon elder brother

CodePudding user response:

Don't need to give each a binding, only need to deal with ListView right click, choose corresponding menu, pop-up or according to the current item, enable/disable a menu item or change the title of a menu item, anyhow is a dynamic process,

CodePudding user response:

According to the caption of ListView to judge the popup menu to deal with the function of the

Why each to bind?

One can solve
  • Related