Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted
Updated 22-Nov-13 7:02am
v2
Comments
Irina Pykhova 25-Nov-13 4:40am    
please, don't ask the same question many times

1 solution

You don't need to go through toolbox -> choose items ->in tab WPF Components.

Actually the components are available by default. However if the current window is code windows (a window were you can not drop a control into), the case you have mentioned could happen.

Please explain it to me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900