c# - Listbox Separator -
what's best way divide listbox items groups? i've tried using environment.newline there's no way of removing without selecting it.
i need have listbox items divided customers order. chef needs prepare these items, select on item when it's done until whole group of order finished. there's "finish" button remove selected group whitespace remain.
is there better way this?
the windows forms listbox
control doesn't have such functionality.
your first option use control, may find on web (i don't have control know in mind).
another option custom draw listbox
items. when hit specific identifier on start of item, can draw separator. need knowledge gdi+ though.
Comments
Post a Comment