Dim textcontainer As Label
textcontainer.Initialize("")
Dim btnask As Button
btnask.Initialize("btnask")
textcontainer.text = "Name: " &name& " - "&sent_date & CRLF & gender & CRLF & "Age: "&age & CRLF &"Comment: " &comment
listpanel.AddView(btnask,300dip, 2dip, 50dip,50dip)
listpanel.AddView(textcontainer,1dip, 2dip, 300dip,300dip)
btnask.Width = 40dip
btnask.Height = 40dip
btnask.SetBackgroundImage(LoadBitmap(File.DirAssets, "askicon.png"))
textcontainer.Width = pnlbackground.Width -80
userlist.DefaultTextBackgroundColor = Colors.RGB("28","28","28") 'does not works
userlist.DefaultTextColor = Colors.Black
userlist.Add(listpanel, 90dip,"")