DISABLE Row in List Ctrl [modified]
-
Hi All, is it possible to dISABLE a perticular row in a list control? -- modified at 5:45 Saturday 18th August, 2007
Why hide a row when you can just delete it? When you populate the list, an idea might be to have a flag for each row checking if it's visible or not.
-
Why hide a row when you can just delete it? When you populate the list, an idea might be to have a flag for each row checking if it's visible or not.
-
If you want to give a row the 'disabled' appearance, you will need to implement custom draw, and draw the row(s) as disabled.
Software Zen:
delete this;
-
Hi All, is it possible to dISABLE a perticular row in a list control? -- modified at 5:45 Saturday 18th August, 2007
-
WhiteSky wrote:
See An effective way to hide or show columns in list control dynamically[^] does any help?
Sure, assuming that rows are synonymous with columns.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne