Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Cider   (RSS)
Sorry, but there are no more tags available to filter with.

WPF Visual Designer (code name Cider) Tip 4: Select Parent Control

A common task is to select parent control of the currently selected control or controls. When only one control is selcted, there are at least three ways to achieve so. You can choose the parent control directly on Designer, or via PathControl/Document
Posted by zhanbos | 0 Comments
Filed under:

WPF Visual Designer (code name Cider) Tip 3: Nudge vs. Move

Applies to Visual Studio 2008 Beta2. User can also change controls' positions via keyboard nudge: Select one or more controls, and then press Up , Down , Left , or Right key. Unlike Move (or move via mouse to be more specific), nudge does not change controls'
Posted by zhanbos | 1 Comments
Filed under:

WPF Visual Designer (code name Cider) Tip 2: Resize vs. Move

Take a look at the following XAML: < Grid Name ="mainGrid"> < Grid Margin ="17,20,132,130" Name ="grid1"> < Button Height ="23" Margin ="10,10,44,0" Name ="button1" VerticalAlignment ="Top"> Button </ Button > </ Grid > <
Posted by zhanbos | 3 Comments
Filed under:

WPF Visual Designer (code name Cider) Tip 1: Turn Snapline Off

Applies to Visual Studio 2008 Beta2. By default, Snapline is on when you perform such actions as move or resize control, or move grid lines. But there are two options to turn snapline off. To keep the snapping behavior without showing snaplines, you use
Posted by zhanbos | 1 Comments
Filed under:
 
Page view tracker