I am working in VS 2010
, Windows Form control.
I have a extended FlowLayoutPanel
, in which I dynamically add buttons
My problem is that the MouseDownEventhandler
for flowlayout planel
only executes when clicked anywhere except the buttons.
When clicked on button the MouseDownEventHandler for the FlowLayoutPanel is not called
.
I tried wiring function to the Click event handlers of the buttons added to the Panel. but I noticed delays due to which I am having issues working ahead.
Can anyone help me with this?