Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
A ListPicker for grids
ResourceFunction["GridPicker"][list,{val1,val2,…}] represents a grid pane with setting list that can contain possible values vali. | |
ResourceFunction["GridPicker"][Dynamic[list],{val1,val2,…}] represents a grid pane that dynamically updates list, with members added or removed each time an item is selected or deselected. | |
ResourceFunction["GridPicker"][Dynamic[list],{val1,val2,…},columns] formats the grid pane with the indicated number of columns. |
Select letters from the English alphabet:
In[1]:= |
Out[2]= |
You can use any expressions in GridPicker:
In[3]:= |
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Set the background color for selected items:
In[6]:= |
Out[8]= |
Use GridPicker with images to select your favorite photos from a batch:
In[9]:= |
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
Use the option "ReturnPositions" to get the positions rather than the selected items themselves:
In[12]:= |
In[13]:= |
Out[13]= |
In[14]:= |
Out[14]= |
This work is licensed under a Creative Commons Attribution 4.0 International License