Hi
if I have only 1 item in the list, there is gray background
how do I overcome this? I wish to have the gray line below the item
(I wish it to look nice even if I have 1 item)
Yes this is it
I will add my 2 cents, since it was hard to understand:
The color need to be set on the CustomListView class, under:
Public Sub Initialize (vCallback As Object, vEventName As String)
I am using this class in the form of the second example, and it is working ok, but i was wondering if it was possible to avoid the blue flash when the panel area is clicked
Looks like i have a new problem , the log gives me an error in the customlistview code t at line 155
If Index = items.Size Then
items.Add(Value)
panels.Add(p) <--- error occurs here
Dim top As Int
If Index = 0 Then top = dividerHeight Else top = sv.Panel.Height
sv.Panel.AddView(p, 0, top, sv.Width, ItemHeight)
Else
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.