c# - How do i define starting position of listbox? -


i want define listbox rows start @ 1, not default 0. how do ?

if determined it, make method

private int listindex(int index){   return index - 1; } 

and use listindex anywhere index list, others pointed out, should shift mindset deal 0 based indexes, standard in programming situations.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -