index > WPF Designer ("Cider") > Announcing the Cider September CTP! (for the .Net Framework 3.0 S...

Announcing the Cider September CTP! (for the .Net Framework 3.0 S...


The September Community Technology Preview (CTP) of the Cider Visual Designer for Windows Presentation Foundation is now available!

antonioa - msft

I'm new to .Net 3.0 so I may not be set up correctly and that may be the cause of this problem. Sept. CTP is my first install of .NET 3.0. I'm running on Windows Server 2003.

Here's the steps:

1) I create a new WPF Windows Application and get Window1.xaml.

2) I drag a DockPanel onto Window1.xaml. I get the DockPanel frame.

3) I drag a Button onto DockPanel but it does not become nested within the DockPanel container. In the XAML both DockPanel and Button are child elements of the Grid element. Button is not a child element of the DockPanel element in the XAML. I get the same behavior with StackPanel and controls I drag onto it. They do not become nested within the container panel.

I saw a demo webcast with Mark and Chris where Chris did the same steps and the Button automatically docked to a side. When I drag the Button within the DockPanel it never docks, it just gets dragged outside the DockPanel's frame.

Can you tell me what I am doing wrong?

Ron Lemire

Ron,

You're not doing anything wrong. This is currently not supported. We temporarily disabled the capability to design these types of containers. The demo you saw was using code that was not up to our current quality requirements. So we've disabled support for these containers until we get the user experience and the quality where we want it. You can always go to XAML view and add controls to these types of containers. Also, our Grid support is pretty good right now and you can often use the Grid to simulate the same type of Layout you would achieve with other containers.

Here's the blurb from our Release Notes:

"...you cannot manipulate controls inside StackPanel, DockPanel, or Canvas on the Designer. You can however update properties for these controls via XAML or the Property Browser."




Antonio Akins, Microsoft. (This post is provided "as-is")
antonioa - msft

hello,everyone:

I got a problem in RC1: When I design WPF with vs2005 RC1 ,I can't double-click the button at the wpf page to link the code-behind file. It was ok in june CTP,but not ok in RC1. Is somebody has the problem? will it fix in the Sept.CTP? thank you!

sherlock Tsai
reply 4

You can use google to search for other answers

 

More Articles

• Design Surface in CIDER
• Preview version available?
• Package Load Failure
• Auto-refactor doesn't work in the Cider "Source" window
• LOCAL AREA CONNECTION : DESKTOP PC WITH LAPTOPS
• Binding sample causes error in VS
• Default Settings for the Designer
• WPF Feb CTP 2006, XAML Designer not available in VS 2005
• No Designer View in VS
• Mismatched versions of PresentationCore.dll,
Welcome to Bokebb   New Update   Joins the collection  
 

New Articles

• WPF Feb CTP 2006, XAML Designer not avai
• GetPositionFromPoint causes object refer
• Preview version available?
• Custom Controls Toolbox
• Unnecessary fractions
• Default Settings for the Designer
• How to apply multi Transforms to Canvas.
• The project type is not supported by thi
• BSOD when running Cider
• Install Issue Orcas RC1
• HostingWpfUserControlInWf example crashes
• Official Release Date
• Editing XAML - am I missing something ?
• App throws exception if property value i
• BitmapEffects.... What the???

Hot Articles

• Warning: ZIndex attribute is not declared
• Can't clear Background color
• Mismatched versions of PresentationCore.
• Components in CIDER
• Cider type initializer error
• Unnecessary fractions
• HostingWpfUserControlInWf example crashes
• Custom Control Support in Cider
• Expression Interactive Designer May 2006
• Data binding and images
• Double Key Frame sample code not working
• Moving a control on a Canvas at run time
• How to delete a control on a form?
• Hidding a Sub-Grid with in the MainGrid(
• Download Cider - June CTP

Recommend Articles

• Cancelling rendering of design
• Adding controls to container
• Is it possible to bind to resources that
• Styling Issues - Designer Errors
• WinFX Data Binding using VS 2005
• Warning: ZIndex attribute is not declared
• Hidding a Sub-Grid with in the MainGrid(
• Custom Control Support in Cider
• The project type is not supported by thi
• Can't go directly to XAML edit
• 3D samples in Windows SDK not modified f
• February CTP Cider
• Cider in XAML mode by default
• August CTP - is it ready?
• Announcing the Cider May CTP! (for WinFX