Disabled scrollbars in disabled multiline editbox - logic ?
Posted: Sat Dec 13, 2008 22:30
Hello,
I'm asking myself right now if it is logical (from the user's POV) that the scrollbars of a disabled multiline editbox (ME) are disabled too ??
I think if we disable a ME it is to prevent the user from entering/changing its content, but not to prevent him READING the content. If the content is too big, the user can no more read it completely if it's disabled because the scrollbars are too.
If one just wants to show text, the better way to go is to use a StaticText rather then an ME, but if one wants to show text that may be editable under some conditions, he would intuitively use a disabled ME, right ?
Maybe I'm just confused right now, but ATM I think that it would be more logic to have enabled scrollbars on a disabled ME.
Tell me what you think? Or maybe make that user-configurable via a property?
I'm asking myself right now if it is logical (from the user's POV) that the scrollbars of a disabled multiline editbox (ME) are disabled too ??
I think if we disable a ME it is to prevent the user from entering/changing its content, but not to prevent him READING the content. If the content is too big, the user can no more read it completely if it's disabled because the scrollbars are too.
If one just wants to show text, the better way to go is to use a StaticText rather then an ME, but if one wants to show text that may be editable under some conditions, he would intuitively use a disabled ME, right ?
Maybe I'm just confused right now, but ATM I think that it would be more logic to have enabled scrollbars on a disabled ME.
Tell me what you think? Or maybe make that user-configurable via a property?