mikiutama Posted December 6, 2007 Posted December 6, 2007 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 )
GaryFrost Posted December 6, 2007 Posted December 6, 2007 _GUICtrlListView_JustifyColumn SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now