Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TLMDShellList NewFolder

When I create a New Folder using a TLMDShellList control, the new item is automatically selected changed into rename mode.
That is the expected behavior but the problem is that it automatically leaves rename mode after 1 or 2 seconds.
Even if you start writing something it exits the renaming.

See attached image Design.png.
As you can see, I have a very simple form with a TLMDShellList, a TLMDShellFolder and a button. The list is connected to the folder.
The button click has the following:

procedure TForm1.Button1Click(Sender: TObject);
begin
  LMDShellList1.NewFolder;
end;

Is this some sort of bug and is there a way around it?

Kind regards,
HS

P.S. Attached is a gif showing the issue.

Comments

Sign In or Register to comment.