Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using a combo derived from CAcUiLineWeightComboBox on my MFC dialogs, but it seems to have problems re-drawing when the control doesn't have focus (it is generally blank until selected). I have the control set to "Owner Draw Fixed", "Has Strings" is true and I'm using the "Drop List" style. The lines and text draw correctly in the drop down, but the combo itself only draw intermittently.
If I turn off the owner draw or switch to "Dropdown" style the combo redraws correctly, but displays only the text. I need the drop-list style to 'enforce' a selection (and it would be nice to graphically display the weight).
Is this a known issue?
Solved! Go to Solution.