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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -