how to add tab function in a character? to look neat and aligned inside a customlistview...
currently I use spaces
currently I use spaces
My Code:
CustomListView1.AddTextItem(CS.Initialize.Typeface(Typeface.DEFAULT_BOLD).Pop.Size(13).Append("Nota : " & cd.no_nota).Pop.Size(13).Append(CRLF & "Total : " & MyFormat.MyCurrency(cd.total)).Append(CRLF & "Petugas : " & cd.user).PopAll, cd.nota)
Attachments
Last edited: