Quantcast
Channel: ListView Headers not Binding?
Browsing index pages (4 articles)
↧

ListView Headers not Binding?

     I have a ListView on my form and the columns for the listview look like this<GridViewColumn Header="{Binding RelativeSource={RelativeSource AncestorType={x:Type Window}}, Path=Month1}"...

View Article


ListView Headers not Binding?

You can use TwoWay Binding, like<GridViewColumn Header="{Binding RelativeSource={RelativeSource AncestorType={x:Type   Window}}, Path=Month1, Mode=TwoWay}" Width="79"> But for this way, you need...

View Article


ListView Headers not Binding?

I new to this, so can you give me an example of what I need to do.

View Article

ListView Headers not Binding?

Nevermind I got it working.  Thanks.

View Article
Browsing index pages (4 articles)


Latest Images