VS2008 / Wpf - Designer does not show ListView correctly

  • Thread starter Thread starter Rolf Welskes
  • Start date Start date
R

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
 
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 ([email protected], 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.
 
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 ([email protected], 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.
 
Hello,
thank you I have used the link and sent the feedback.
Best Regards
Rolf Welskes
 
Back
Top