Mouse down event on the the UltraTilePanel does not seem to work?
The MouseDown event is being trapped on the form, however, the event never gets fired when clicking on the UltraTilePanel. I would expect a mouse click within the bounds of the UltraTilePanel but not within a tile, would fire the mouse down even?
How do you catch the mouse down event for a UltraTilePanel?
Hi,
The Tiles are contained by Panel controls and hence these you need to catch the MouseEvents on these panels - UltraTilePanel.TileContainerNormal and UltraTilePanel.TileContainerLarge.
ThanksPurnima