Reply To: Popup Menu Experiment

Home Forums General Programming Popup Menu Experiment Reply To: Popup Menu Experiment

#12832
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    There are 4 parameters to the show() method in your example they are all 0 (all is default), but you can:

    int show(int itemIDThatMustBeVisible = 0,
                  int minimumWidth = 0,
                  int maximumNumColumns = 0,
                  int standardItemHeight = 0)
    
    Ctrlr