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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -