It looks like you're new here. If you want to get involved, click one of these buttons!
Two questions, regarding TElXTree and editors:-
First, how can I have a combo where the user can only select from the valid "Items", (Like Style = csDropDownList)on a standard combobox?
http://docwiki.embarcadero.com/Libraries/XE5/en/Vcl.StdCtrls.TComboBox.Style
Second, The number of clicks required to edit tree items seems excessive: A double-click to open the editor, another click to choose a new value, and then another click outside the chosen cell to "commit" the edit. How can I remove the last click so that choosing something from the dropdown automatically commits the edit?
Comments