Is there a way to specify what color the listview will be when it is disabled? For example: If the listview is temporarily disabled to prevent users from making a selection then there should be a visual indication showing that the listview is disabled. Same as how a button looks when its disabled.
My listview has a transparent background and the text is white. Ideally, I'd like the text to turn gray when the listview is disabled.
If there isn't a way to determine the listview disabled color then I'll probably just toggle the visible property instead.
My listview has a transparent background and the text is white. Ideally, I'd like the text to turn gray when the listview is disabled.
If there isn't a way to determine the listview disabled color then I'll probably just toggle the visible property instead.