Tony_Henrich
Tony_Henrich

Reputation: 44085

How to delete a control like splitcontainer from the form designer?

There are some UI elements like the SplitContainer which I can't delete in the form designer because I can't select it. If I select it from the properties window and hit delete, nothing happens. This should be a simple thing to do. I don't want to delete the control in the designer file.

Upvotes: 4

Views: 2817

Answers (1)

Hans Passant
Hans Passant

Reputation: 941347

Several options, there might be more:

  • Press Ctrl+F6 to change the focus, press Delete
  • Right-click, Select, press Delete
  • Reset the Dock property, lasso-select, press Delete
  • Use View + (Other Windows) + Document Outline, right-click + Delete.

Upvotes: 10

Related Questions