Dim oKeyValue As AttributedString
Dim oFont As Font
oFont=Font.CreateNew(30)
oKeyValue.Initialize(sListText,oFont, Colors.Black)
oKeyValue.Tag=sListValue
myList.Add(oKeyValue)
AttributeString work!
On the reverse side, How do I get the tag value for the selected data picker item?
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.