Hello, I'm working on a file manager where you have files and folders and basic operations you could do on them (See attachment)
You can open a file/folder by double clicking on it, for that I'm using OnDoubleClick() event. Problem is that it's not fast enough i.e. if I click on a folder 'a', and then quickly click over another folder 'b' I open up 'b' instead! - This shouldn't happen right?
How can I get around this / fix it? - Thanks.