Message Boards Message Boards

ListPicker items with interactive elements within?

Posted 11 years ago
Dear All,

Is there a way to use ListPicker so that one can use dynamic controls like Button[], Toggler[], and ColorSetter[] within the ListPicker items? In the example below, the Button[]s appears in the items but are not clickable.
list = {};
ListPicker[list,
Row[{#, Button["x", Print["x"]]}] & /@ {"item1", "item2", "item3", "item4"}
]

Thanks for any suggestions!
Filip
POSTED BY: Filip Novotny
Don't SetterBar, RadioButtonBar, etc. serve this purpose?
POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract