|
-
Dec 15th, 2010, 11:58 AM
#1
Thread Starter
Member
-
Dec 17th, 2010, 08:46 AM
#2
Thread Starter
Member
Re: Need help on CheckedListboxEx Draw problem
-
Dec 21st, 2010, 07:01 AM
#3
Thread Starter
Member
Re: Need help on CheckedListboxEx Draw problem
No even single answer....
-
Dec 21st, 2010, 07:15 AM
#4
Re: Need help on CheckedListboxEx Draw problem
I'm not sure I see a need for your control. Why not just use a DataGridView? One check box column, one read-only text box column and one read/write text box column.
-
Dec 22nd, 2010, 09:02 AM
#5
Thread Starter
Member
Re: Need help on CheckedListboxEx Draw problem
Not enough space for datagrid as some listbox'es are just two rows height only.
Well then I have another question: how to catch scroll bar click event in listbox? Then I could force to redraw listbox items properly.
-
Dec 22nd, 2010, 09:25 AM
#6
Re: Need help on CheckedListboxEx Draw problem
A general description of what you are trying to accomplish would be helpful. Expecting someone to download your code and infer your intent may not work out for you.
-
Dec 22nd, 2010, 05:17 PM
#7
Re: Need help on CheckedListboxEx Draw problem
 Originally Posted by Tomazas
Not enough space for datagrid as some listbox'es are just two rows height only.
If there's enough room for a ListBox then there's enough room for a DataGridView. If there's only two items visible in your ListBox then there would be only two rows visible in the DataGridView. Perhaps you mistakenly believe that the column and row headers must always be visible. There are properties available in the Properties window to hide them both, so the grid displays nothing but your data.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|