user2862206
user2862206

Reputation:

Visual Studio 2013 C# Designer won't let me move controls

I am working on a project in Visual Studio 2013, and recently I have found that the controls on any form simply refuses to move when I use the mouse to drag and drop. Instead it lets me drag, then as soon as I move the cursor it snaps back into place. Then when I let go, it selects the control the cursor is hovering over.

The keyboard keys work fine, but I don't see why the program has simply changed the rules on me from a convenient system to an annoying and tedious one.

The controls are not locked and the problem effects every form. If it helps, I use Citrix as a thin client on my computer to access school programs.

Upvotes: 8

Views: 4419

Answers (1)

Ashu
Ashu

Reputation: 477

Hi can you please check the CSS styles

setting:Tools--> Options-->HTML Designer-->CSS styling--> then check the "Change position to absolute for controls added using toolbox, paste or drag and drop" check Box.

It should work

Upvotes: 1

Related Questions