1

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

user3012262
  • 67
  • 2
  • 12

1 Answers1

1

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.!

.

Community
  • 1
  • 1
B Bhatnagar
  • 1,706
  • 4
  • 22
  • 35