ArvindKumar17
Programmer
hi,
I am displaying one ListBox which is derived from the CListBox.
The recquirement for the ListBox are as follows:
the width of the row should be fixed.
But I should be able to increase the height of the row from code. In fact, my program should be able to
do that kind of thing according the response(input) from the users. The user is typing text which should be
displayed in one row of the listbox. In case that the lenght of the text is greater than the lenght of the
listbox ,the line of text will continue in the next line. That's the reason i need to increase the heoght of the
row from code.
Also, I need no horizontal scrollbar.
Should I build my own(custom) ListBox to contain all the above mentioned things? Should it be a owner
drawed list-box.
Please let me know.
regards
-arvind
I am displaying one ListBox which is derived from the CListBox.
The recquirement for the ListBox are as follows:
the width of the row should be fixed.
But I should be able to increase the height of the row from code. In fact, my program should be able to
do that kind of thing according the response(input) from the users. The user is typing text which should be
displayed in one row of the listbox. In case that the lenght of the text is greater than the lenght of the
listbox ,the line of text will continue in the next line. That's the reason i need to increase the heoght of the
row from code.
Also, I need no horizontal scrollbar.
Should I build my own(custom) ListBox to contain all the above mentioned things? Should it be a owner
drawed list-box.
Please let me know.
regards
-arvind