user3012262
user3012262

Reputation: 67

In Visual Studio 2012 wpf toolbox the "common xaml contols" are disable to use

I am using Visual Studio 2012 and developing wpf application and i need to use grid view control .I search grid view by :right clicking toolbox -> choose items ->in tab WPF Components .But it is present and already checked in adjacent tab "Windows XAMAL component". After closing that i right clicked on toolbox -> clicked Show All .That showed me all hidden control tabs in toolbox .So i found grid view in Common XAML Control Tab but it is disabled for use and can't be dragged on wpf form .Can any body tell me how i can use grid view in wpf form ?Thanks

Upvotes: 1

Views: 850

Answers (1)

B Bhatnagar
B Bhatnagar

Reputation: 1816

Though,I see this question is too old.

But still i would like to redirect the searchers towards the Solutions so far possible in this following link.

Visual Studio 2010 toolbox controls disabled or inactive

Excerpt here :

  1. Reset Toolbar
  2. Delete .tbd files from C:\Users(your user)\AppData\Local\Microsoft\VisualStudio\11.0
  3. Go to Cmd > devenv.exe /SafeMode & devenv.exe /ResetSettings

Hope this helps.!

.

Upvotes: 1

Related Questions