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.

read how to: create owner-drawn list box.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -