![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Splitbar blues In Win Forms 2.0 MS changed the splitbar to a double container. I really loved that decision. Now I am struggling again with WPF... Take a look at http://blogs.infosupport.com//images...eenShot_01.jpg look close at the vertical splitter, it is a tiny bit layered on top of the view on the left hand side. As far as I can see the order in which the gridcells and splitters are added to the grid seriously affects the layout. Does anybody know the rules that are being followed by these controls? Erno |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: Splitbar blues Sorry, should have called it GridSplitter Blues Erno "Erno" <no-spam> wrote in message news:ORlkC$0JGHA.1288@TK2MSFTNGP09.phx.gbl... > In Win Forms 2.0 MS changed the splitbar to a double container. I really > loved that decision. > > Now I am struggling again with WPF... > > Take a look at > http://blogs.infosupport.com//images...eenShot_01.jpg > > look close at the vertical splitter, it is a tiny bit layered on top of > the view on the left hand side. > > As far as I can see the order in which the gridcells and splitters are > added to the grid seriously affects the layout. > > Does anybody know the rules that are being followed by these controls? > > Erno > |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Splitbar blues From the MSDN: ---- Child controls of a Grid control are rendered in the order that they appear in markup or in code. Therefore, a GridSplitter control can be obscured by other controls that are rendered after the GridSplitter control is rendered. To make sure that a GridSplitter control is not obscured by other children of a Grid control, do one of the following: 1. Specify margins for the controls adjacent to GridSplitter controls in the markup or code. These margins make sure a GridSplitter control is reachable when other controls are layered on top. 2. Define the GridSplitter controls after all other controls in the markup or in code when defining a Grid control. Defining the GridSplitter controls last renders them on top of any other controls in the Grid. ---- Yep, that what I saw and I've got it working now... I find it a bit strange that the other controls have to know about the size of the splitter... Erno "Erno" <no-spam> wrote in message news:ORlkC$0JGHA.1288@TK2MSFTNGP09.phx.gbl... > In Win Forms 2.0 MS changed the splitbar to a double container. I really > loved that decision. > > Now I am struggling again with WPF... > > Take a look at > http://blogs.infosupport.com//images...eenShot_01.jpg > > look close at the vertical splitter, it is a tiny bit layered on top of > the view on the left hand side. > > As far as I can see the order in which the gridcells and splitters are > added to the grid seriously affects the layout. > > Does anybody know the rules that are being followed by these controls? > > Erno > |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MP3 player blues | orlo | Drivers | 0 | 07-20-2008 03:11 PM |
| Activation Blues... | Christopher | Vista General | 12 | 02-01-2007 10:15 AM |
| SIDEBAR BLUES, ANYONE? | =?Utf-8?B?Sm9lIFQ=?= | Vista General | 2 | 08-16-2006 05:48 AM |
| SIDEBAR BLUES, ANYONE? | =?Utf-8?B?Sm9lIFQ=?= | Vista General | 0 | 08-15-2006 11:07 PM |
| Migration blues | Erno | Avalon | 0 | 02-23-2006 12:18 AM |