Can anyone help me with this plssss
<TabItem Header="View Category">
<Grid Height="500" Width="500">
<ListView Height="200" Name="listView1" Width="300" HorizontalAlignment="Left" VerticalAlignment="Top" ItemsSource="{Binding}">
<ListView.View>
<GridView>
...
Go to the complete details ...