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
Post a Comment