Silverlight Accordion control not available in toolbox - silverlight

My configuration is:
Windows 7
Visual Studio 2008 SP1
Silverlight tool 2.0 SDK & SP1
Silverlight 2 toolkit March 2009
There are no Accordion control available in my Silverlight toolbox which I need for my project. I tried a lot to solve this. Please help me.

The Accordion control requires you to include System.Windows.Controls.Layout.Toolkit.dll, System.Windows.Controls.Toolkit.dll and System.Windows.Controls.dll if you're using it with Silverlight 2.
According to the release notes, it was new in the March 2009 toolkit release.

It must be on Silverlight 2 Toolkit July.

Related

drag items from toolbox not working vs2022 .net 6 & 7 winform

We were trying to create a winform application , Vs2022 and .Net7.
Tried for .Net 6 as well, its the same
But we were not able to drag&drop or double click to add the control to forms.
Can anybody give any pointers to fix this
VS 2022 version : Microsoft Visual Studio Community 2022 (64-bit) - Current
Version 17.4.4
after doing Right-click the Toolbox and turn off Show All below is the screenshot of toolbox, All Windows Forms group option or item itself is not showing up as in the screenshot below

How do you edit styles in WPF 4.5 under Windows 7?

I just realised that Blend for Visual Studio 2012 does not support WPF apps under W7.
Once I opened a window I can only see raw XAML.
I need to edit a style for a chart dataseries System.Windows.Controls.DataVisualization.Charting. I normally use Blend for these kind of tasks - because it pulls default styles from somewhere and gives it to you in a blink of an eye.
now I am stuck.. what would you guys do?
P.S. here is nice summary for future references: http://blendinsider.com/technical/available-now-blend-for-visual-studio-2012-2012-08-15/
(scroll down to see the table what version supports what)
You need to use the Blend Preview that supports WPF apps.
http://expression.microsoft.com/en-us/jj154135
How can I design an animation with a WPF project in Visual Studio 2012?
Visual Studio 2012 Update 2 will have a released version of Blend which supports WPF...in the meantime use the preview one.
http://www.microsoft.com/expression/

What version of Blend supports WPF 4.5, Portable Class Library?

I am setting up the project structure for a new greenfield application. Our initial release will only support a WPF client, but we want to eventually roll out Metro and Silverlight clients as well. I decided on the following:
Core Library - Portable class library targeting .NET for metro, .NET 4.5, SL4, Windows Phone 7.5
WPF Application - Targeting .NET 4.5
Our Model/ViewModel layer is defined in the Core Library, View defined in the WPF Application. I chose .NET 4.5 in order to support defining the viewmodel in the core library in a way that can be consumed by both WPF and Metro.
This works fine in the Visual Studio 11 Beta running on Windows 7 Pro. I have a working view that is data bound to the ViewModel defined in the Core Library. My problem is Blend. When I open the View in Blend, I get no designer. I suspect the problem here is support for WPF on .NET 4.5. I have tried Blend 4 and Blend for VS11 Beta.
Does anyone know how to get the designer working in Blend for WPF views as described above?
*Status as of 2012-05-10:
No combination of VS11 and Blend appear to support WPF 4.5.
Since Visual Studio 2012, Update 2, the preview version of Blend (Blend + Sketchflow Preview for VS2012) has been merged with into the vanilla "Blend for Visual Studio 2012". This means that there is now a single designer application for all XAML platforms:
With Blend (for Visual Studio 2012), you can design and build:
Windows Store apps
Windows Phone apps
Sketchflow prototypes
Microsoft Silverlight and Windows Presentation Foundation (WPF) applications
edit: At this time, there's no Blend support for WPF 4.5. Here's the relevant info:
You need to install Visual Studio 11 Beta (Ultimate, Premium, or Professional -- NOT Express since it lacks the Blend pieces you want) on a Windows 8 preview build. That's just how they decided to line things up. Even once you do this, you still won't have WPF support:
Please be aware that in the Visual Studio beta, the XAML authoring
support for Windows 8 is not quite at the same level of stability and
completeness yet as the HTML authoring support.
Windows 8 requirement: http://blogs.msdn.com/b/devschool/archive/2012/03/01/blend-5-and-visual-studio-11-awesome.aspx
Visual Studio versions: http://blendinsider.com/technical/visual-authoring-for-the-windows-8-consumer-preview-with-blend-and-visual-studio-2012-02-29/

How to install WPF Toolkit(datagrid) in Visual Studio 2010?

I m a student and i m trying to create a wpf using visual studio 2010 (.NET Framework 4.0. ). I would like to use the DataGrid as i have seen in this tutorial http://www.youtube.com/watch?v=G_fHht6J6xc&feature=related
My problem is that the WPF Toolkit cannot be displayed on my ToolBox. I download it from here http://wpf.codeplex.com/releases/view/40535 , i installed it and i can see it in the resources,But unfortunately i cant get the DataGrid in the toolbox!Please help, i have no time for my project and i have been confused!What steps may i have to do to install the wpf toolkit?Many many thanks!!
Its already included! The DataGrid toolkit is for .Net 3.5 and VS 2008! Its part of .Net4 (which you must have to have VS2010):
http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid(v=VS.100).aspx

AutoCompleteBox - WPF Toolkit

I want to use the AutoCompleteBox in my WPF application but i cannot find it in visual studio. I have VS 2010 ultimate. I just downloaded and installed WPFToolkit.msi and ran it. When i open VS i cannot find the control. Where can i find it? Do i have to reference it somehow? I also have the .dll but i dont know if i need to put that somewhere? Thank you.
The AutoComplete textbox is a componenet which is in the Preview Quality Band in the WPF Toolkit .So it is not available is visualstudio 2010.You need to download and install the Feb 2010 release of the WpfToolkit and follow the instructions from the below SO post
WPF: AutoComplete TextBox, ...again

Resources