I want to use Lookup-Functionality in TElTreeStringGrid /TElHeader.
I also set LookupStyle to csDropDownList.
When the style is set to this value, I would expect that Lookup is down when select a value in combobox.
But I have to do a extra keyboard-click (e.g. ) to get lookup finished and combobox hidden.
I've made following changes in procedure TCustomElHeader.EditChange:
if FLookup.Style = csDropDownList then
FLookup.Visible := False;
So Lookup is finished when item in combobox is selected.
I think this is the move expected behaviour in this combobox-Style.