![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
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 | Mandatory "Grid.RowDefinitions" line in Feb CTP I read somewhere that in Feb CTP this has been "tightened up". That is to say, whereas it was possible to write <Grid> <RowDefinition Height="*"/> <RowDefinition Height="*"/> </Grid> you now MUST write <Grid> <Grid.RowDefinitions> <RowDefinition Height="*"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> </Grid> But this looks like a problem for me. In several control templates I have used the first of these styles because the compiler would not permit <Grid.RowDefinitions> in a control template. Does anyone know if I am going to be allowed to use <Grid.RowDefinitions> in a control template with Feb CTP or am I looking at all my control templates breaking ? -- Griff (trying to make an industrial UI with XAML/WPF/c#) |
| | #2 (permalink) |
| Guest | Re: Mandatory "Grid.RowDefinitions" line in Feb CTP The proper/new syntax will work inside of Data/ControlTemplates in FebCTP. "Griff" <Griff@discussions.microsoft.com> wrote in message news 7BE7CEA-F465-4A75-B31B-1B1631BB0163@microsoft.com...>I read somewhere that in Feb CTP this has been "tightened up". > That is to say, whereas it was possible to write > > <Grid> > <RowDefinition Height="*"/> > <RowDefinition Height="*"/> > </Grid> > > you now MUST write > > <Grid> > <Grid.RowDefinitions> > <RowDefinition Height="*"/> > <RowDefinition Height="*"/> > </Grid.RowDefinitions> > </Grid> > > But this looks like a problem for me. In several control templates I > have > used the first of these styles because the compiler would not permit > <Grid.RowDefinitions> in a control template. > > Does anyone know if I am going to be allowed to use > <Grid.RowDefinitions> > in a control template with Feb CTP or am I looking at all my control > templates breaking ? > > > -- > Griff > (trying to make an industrial UI with XAML/WPF/c#) |
| |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Displaying Sender's "FROM" line in Junk Mail Folder | sarasota | Live Mail | 1 | 3 Weeks Ago 11:26 PM |
| Windows Mail News subject line held in "Indexed Location" | perry | Vista mail | 2 | 08-14-2007 12:35 PM |
| reading a big file line by line to be "out of memory" safe | freddy chavez | PowerShell | 8 | 08-02-2007 07:42 AM |
| New powershell Analyzer with Suspendshell and Single Line "Immediate Mode" | klumsy@xtra.co.nz | PowerShell | 0 | 09-11-2006 11:35 PM |
| "<SPACE> next page; <CR> next line; Q quit" not cleared in console | Jon Davis | PowerShell | 2 | 05-30-2006 12:44 PM |