![]() |
|
IWCombox item disabled - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IWCombox item disabled (/thread-1268.html) |
IWCombox item disabled - matija - 09-25-2019 Can I custom item in IWCombobox or IWListBox disabled/enabled define in Items? OnDrawItem... RE: IWCombox item disabled - kudzu - 09-25-2019 OnDrawItem is for native apps. You can't simply draw HTML based items. Without writing a custom control or altering the existing one I do not see an easy way to disable items. You can easily remove them from the list though instead on demand. |