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

LstViewControl
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: LstViewControl
As far as I know, the Width accepts an integer indicating the column width in percent, so when you use 3 times 50, you have a total of 150, hence the scrollbar. I recommend you to use something like 33 or 30, so everything will fit nicely in it. ;)

However, if you want the columns to be 50 pixels wide instead of 50 percent, you can add the WidthFormat attribute to the Columns element, like this:
code:
<Columns WidthFormat="Absolute">
...
</Columns>
so all widths will be interpreted as absolute.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-29-2006 07:15 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