dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

pressing Tab Next Control and Windows ShowDialog #120

Open xorrot16 opened 3 years ago

xorrot16 commented 3 years ago

hi , I am using your Controls on a MDIForm project and have noticed some little problems:

I dont get an KeyDown/pressed/up event for the Tab key on Textboxes it doesnt get triggered if you press it but the focus changes to next Control on the Form

I also saw an strange behavior on showing MetroMessageBox on an Form that I have called through ShowDialog the main window gets Focusable and you can set a new Position with your Mouse.. also calling the MessageBox through MDIParent as WindowControl it sets the Messagebox behind the Form that I have shown with Showdialog

by writing this I also want thank for you great work and effort you put into this project :)