I have a panel at top with the dock option 'Top' However events are not firing like;
private void pnlHeader_MouseClick(object sender, MouseEventArgs e)
{
MessageBox.Show("test");
}
All others panels are working good which they all are docked too.
What should be the cause?