Home All Groups Group Topic Archive Search About

VS2008 / Wpf - Designer does not show ListView correctly

Author
20 Nov 2007 2:28 PM
Rolf Welskes
Hello,
because there are no managed news group for window presentation foundation
and one
has told me I can use this, here my problem:

I am now working with VS 2008 final

Try the following code in VS2008 final (not beta 2 !!!)

<Window x:Class="TestApp01.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:a="clr-namespace:TestApp01"
    Title="Window1" Height="300" Width="300">
    <Grid>
   <ListView Background="Beige" Margin="34,51,60,68" Name="listView1">
   <ListView.View>
    <GridView>
     <GridViewColumn Header="aaaaaa" Width="100" >
     </GridViewColumn>
     <GridViewColumn   Width="100" Header="bbbb" >
     </GridViewColumn>
    </GridView>
   </ListView.View>
  </ListView>
</Grid>
</Window>

When you run the program you see the columns of the listview.
In designer you see nothing.
Remark: In VS2008 beta2 this was no problem.

Thank you for any help.
Best Regards
Rolf Welskes

Author
21 Nov 2007 1:45 AM
Walter Wang [MSFT]
Hi Rolf,

Thanks for your feedback. I've been able to reproduce the issue on my side.
I'm currently asking for more information on this.

By the way, Expression Blend designer works correctly for the ListView.


Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
22 Nov 2007 10:42 AM
Walter Wang [MSFT]
Hi Rolf,

Sorry for the delay. Would you please submit this issue here:

http://connect.microsoft.com/Main/content/content.aspx?ContentID=2220

This site is directly monitored by our product group and you can track its
status promptly. Thanks for your feedback.


Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
24 Nov 2007 1:49 AM
Rolf Welskes
Hello,
thank you I have used the link and sent the feedback.
Best Regards
Rolf Welskes

""Walter Wang [MSFT]"" <waw***@online.microsoft.com> schrieb im Newsbeitrag
Show quote
news:FjiRnRPLIHA.4200@TK2MSFTNGHUB02.phx.gbl...
> Hi Rolf,
>
> Sorry for the delay. Would you please submit this issue here:
>
> http://connect.microsoft.com/Main/content/content.aspx?ContentID=2220
>
> This site is directly monitored by our product group and you can track its
> status promptly. Thanks for your feedback.
>
>
> Regards,
> Walter Wang (waw***@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>

AddThis Social Bookmark Button