Open paresh17 opened 9 years ago
Hello, Thanks in Advance
I am facing one problem as i listed below .Please suggest me solution.
When I write Code Like below then child form doesn't open FrmTest.MdiParent = Me FrmTest.Show()
But child opens if i removes mdiParent Property from Code then it's working properly.
I have the same issue!
Ran into this issue as well. Setting MetroForm's IsMdiContainer to true results in bad drawing artifacts.
NuGet package install MetroFramework-1.3.0.0 and MetroModernUi
Hello, Thanks in Advance
I am facing one problem as i listed below .Please suggest me solution.
When I write Code Like below then child form doesn't open FrmTest.MdiParent = Me FrmTest.Show()
But child opens if i removes mdiParent Property from Code then it's working properly.