Jump to content

gridlines and background colors for list


ShadowElf
 Share

Recommended Posts

how to add gridlines, (to separate columns from a list), and to add background color for each line.

I want to create a list with 7 columns, each columns to be separated by a line and each line to have a background color (one white, one gray for example)

I found THIS but I don't know how to do it

$listanir = GUICtrlCreateListView("", 17, 340, 825, 279)
    _GUICtrlListView_AddColumn($listanir, "ID", 30)
    _GUICtrlListView_AddColumn($listanir, "oid", 50)


_GUICtrlListView_AddItem($Listauseri, "1")
        _GUICtrlListView_AddSubItem($Listauseri,0,"sadfsdf",1)
_GUICtrlListView_AddItem($Listauseri, "2")
        _GUICtrlListView_AddSubItem($Listauseri,1,"asdasdd",1)
_GUICtrlListView_AddItem($Listauseri, "3")
        _GUICtrlListView_AddSubItem($Listauseri,2,"kjaslkjd",1)

thx

I like IT: php, mysql, codeingiter, css, jquery and AUTOIT

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...