This is a long shot… Is there any way to make scroll bars visible on controls even when the control is not selected? It appears that for the scroll bar to be visible, ALL of the following have to be satisfied (1) There’s enough content displayed in the control to warrant a scroll bar, (2) The ScrollBars property for the control has to be set (e.g., vertical, horizontal, or both), AND (3) the control has to have the focus. Any way to remove the 3rd requirement?
Thanks.