BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
for (int i = 0; i < 100; i++) { if (i == 10 | i == 20 | i == 30 | i == 50 | i == 90) { //twice ---
personCollection.Add(new Person("Item " + i.ToString(), i.ToString())); } personCollection.Add(new Person("Item " + i.ToString(), i.ToString())); }
The Problem is that twice entrys with same Text are not shown and so all selected items after index 10 are not correct.
Issue 2:
Textsize and Dropdowntextsize are not working correctly. Fontsize on Emulator and Device doesn't match! Very big difference.
Issue 3:
Predefined Watermark 'Enter Text' not removeable until watermark is set to ' '!
Issue 4:
Clearing text or selection dosen't clear previous selected index and value !
Set Selectedindex to value -1 is not possible and can not be used to clear previous selection.
Issue 5:
Displayed text after selection from suggestionlist is editable but entry is not validated and it doesn't match to the list entrys after leaving control.
Issue 6:
No possibility to preselect a existing item in list. It is not possible to set a value to selectedvalue.
Thank you and greetings ...