What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » LstViewControl

LstViewControl
Author: Message:
SnuZZer
Full Member
***

Avatar

Posts: 114
32 / Male / Flag
Joined: Jun 2006
O.P. LstViewControl
Hi.
I have made a LstViewControl wich contains three columns.
I'll try to find the right size of the LstViewControl and the columns, but when i adjust the size it "push" the columns, it mades them bigger.
I can't avoid the bottomscroller.

The meaning is that you can see all three columns without scroll.

Heres a picture of how it looks now:
[Image: lstviewcontrol.gif]

code:
        <Control xsi:type="ListViewControl" Id="liste">
            <Position Top="17" Left="5" Width="300" Height="130">
                <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
            </Position>

            <Attributes>
                <AutoTip>true</AutoTip>
                <AlwaysShowSelection>false</AlwaysShowSelection>
            </Attributes>

            <ReportView>
                <HeaderDragDrop>true</HeaderDragDrop>
                <HasCheckboxes>false</HasCheckboxes>
                <SortColHeader>true</SortColHeader>
            </ReportView>

            <Columns>
                <Column>
                    <ColumnId>Kunstner</ColumnId>
                    <Label>Kunstner</Label>
                    <Width>50</Width>
                </Column>
                <Column>
                    <ColumnId>Nummer</ColumnId>
                    <Label>Nummer</Label>
                    <Width>50</Width>
                </Column>
                <Column>
                    <ColumnId>Album</ColumnId>
                    <Label>Album</Label>
                    <Width>50</Width>
                </Column>
            </Columns>
        </Control>

Thanks in advance.
11-29-2006 07:03 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
LstViewControl - by SnuZZer on 11-29-2006 at 07:03 PM
RE: LstViewControl - by Eljay on 11-29-2006 at 07:11 PM
RE: LstViewControl - by Matti on 11-29-2006 at 07:15 PM
RE: LstViewControl - by SnuZZer on 11-29-2006 at 07:20 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On