I am using a CListbox control within a CPropertyPage. I have defined the listbox with 'multi-column' and 'use tab-stops' selected in the properties dialog. I do AddString calls using a string formatted with "%s\t%s\t%s\t%s" and that works fine. However, when I run the app. and click on one of the listbox entries, while it highlights the entire line of four strings, the item can only be selected in the region of the first three strings. I don't see how I set the extent of the selection region.
Q: Is this a design-time setting I am overlooking or does a call need to be made in the CPropertyPage's constructor to set the selection extent for the listbox or do I have to override a handler to get the entire listbox item (i.e. the entire horizontal line area) to act as a valid selection area for the item?
Thanks.
Q: Is this a design-time setting I am overlooking or does a call need to be made in the CPropertyPage's constructor to set the selection extent for the listbox or do I have to override a handler to get the entire listbox item (i.e. the entire horizontal line area) to act as a valid selection area for the item?
Thanks.