code:
<Control xsi:type="ListViewControl" Id="LstContact">
<Position Top="30" Width="370" Left="10" Height="110">
<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
</Position>
<Attributes>
<AutoTip>true</AutoTip>
<AlwaysShowSelection>false</AlwaysShowSelection>
</Attributes>
<ReportView>
<HeaderDragDrop>true</HeaderDragDrop>
<HasCheckboxes>false</HasCheckboxes>
</ReportView>
<Columns>
<Column>
<ColumnId>ColCount</ColumnId>
<Label>Count</Label>
<Width>11</Width>
</Column>
<Column>
<ColumnId>ColSong</ColumnId>
<Label>Song Name</Label>
<Width>40</Width>
</Column>
<Column>
<ColumnId>ColArtist</ColumnId>
<Label>Artist</Label>
<Width>40</Width>
</Column>
</Columns>
</Control>
An example of what i did for the Music Logger Plus! script
. Hope you understand from this. Try looking at other scripts with LstBoxControl and then use them as examples
.