fire-lit-band
fire-lit-band
It seems that tree element do not have the paramter 'right_click_selects=True' Here is my code ` layout=[sg.Button('cancel')], [sg.Tree(data=todoTree, headings=['Size', ], auto_size_columns=True, select_mode=sg.TABLE_SELECT_MODE_BROWSE, num_rows=20, col0_width=40, key='TREE', show_expanded=True, enable_events=True, expand_x=True, expand_y=True,right_click_selects=True,right_click_menu=sg.MENU_RIGHT_CLICK_EDITME_EXIT)], `...
what is more ,for the tree element,can I just double click a row (or other methods)and then I can edit that row. And can I select a certain row in...
Thank you for your help.And there is a another problem.Can I edit the the tree element directly (instead of open a new window)?
Thank you.And there is another addition question.Could I click on the head and then order the tree element?What is more,can the program detect the element that user is clicking in...
 like this.The above element is the tree element,and below is the input box.So can the program know whether I was input in the box ,or I was operating the...
同问,另外标题之类的怎么设置?