mouseleftbuttondown

Silverlight mouse left button down issue

Hi, In a Silverlight 3 project I am using mouse left button down event on a border control but found out that the event is raised even when I click the button slightly outside the border like 5-10 pixels. Has anyone faced this issue before? Thanks in anticipation! Following is the XAML in which we are capturing the event of brdSelect...

Firing MouseLeftButtonDown event programmatically

Hi, I'm trying to manually fire a MouseLeftButtonDown event on a WPF control programmatically, as I am using the Microsoft Surface SDK, which does not fire MouseLeftButtonDown events, but ContactDown events. Basically I'm trying to push the MouseLeftButtonDown event down to the control, to fire off the correct behavior on the control, w...

wpf - transparent MainWindow and issues with DragMove "Can only call DragMove when primary mouse button is down."

I have a wpf project which uses transparent windows and I share this transparent window styling for my dialog windows and my mainwindow. I am getting an error on my DragMove() event of my MainWindow AFTER I close a dialog window that uses the same window style. To make this even more strange this exception only occurs when I handle a mo...

Div with phantom left padding

I have a Div tag that for some reason is padding the left side with approx 50px. The following is the html and mind you nono of the "class" have padding-left" <body> <div class="popHeaderMain" align="center"> <div class="PopHeader"> Keller Williams Realty | (704) 602-0271 </div> <...