Jump to content

need help right aligned listview items..


mikiutama
 Share

Recommended Posts

how to set the listview item to be right aligned?

this is part of my script...

$list = GUICtrlCreateListView("Drive & Label | [Format] & Type | Total Space | Used Space | Free Space", 10, 290, 480, 120, BitAND($LVS_SORTASCENDING, $LVS_SINGLESEL))
GUICtrlSendMsg($list, $LVM_SETEXTENDEDLISTVIEWSTYLE, $LVS_EX_GRIDLINES, $LVS_EX_GRIDLINES)
GUICtrlSendMsg($list, $LVM_SETEXTENDEDLISTVIEWSTYLE, $LVS_EX_FULLROWSELECT, $LVS_EX_FULLROWSELECT)
GUICtrlSendMsg($list, $LVM_SETEXTENDEDLISTVIEWSTYLE, $LVS_EX_TRACKSELECT, $LVS_EX_TRACKSELECT)
GUICtrlSendMsg($list, $LVM_SETEXTENDEDLISTVIEWSTYLE, $LVS_EX_FLATSB, $LVS_EX_FLATSB)
;GUICtrlSetStyle (-1, $UDS_ALIGNRIGHT)
_GUICtrlListViewSetColumnWidth($list, 0, 110)
_GUICtrlListViewSetColumnWidth($list, 1, 105)
_GUICtrlListViewSetColumnWidth($list, 2, 82)
_GUICtrlListViewSetColumnWidth($list, 3, 82)
_GUICtrlListViewSetColumnWidth($list, 4, 82)

and this is the pic.. (i need the item in red box to be right aligned )

Posted Image

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...