Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1871
OverFlowIndicator isn't working
posted

Values are entered into a TextEditor. If the value is accepted then the value gets moved to another TextEditor. Each value is separated by a  ;\r\n to force a new line. The TextEditor has a few values set. WordWrap is set to True, ShowOverFlowIndicator is set to true, and MultiLine is set to false.

In the current example I am entering a Zip Code. The two values in the TextEditor are 67501 and 67502. When these values are examined in debug the TextEditor text looks like this:  67501;\r\n67502

These values are loaded automatically when the user control tab first loads. The images will show that I have an overall tab called Accounts Receivable and two other tabs located underneath called Statements and Customer Listing. If the Customer Listing tab is loaded by itself or is the first tab loaded the over flow indicator shows correctly. If I load Statements and then load Customer Listing the over flow indicator does not show. To get the over flow indicator to show I must select the Statements tab and then reselect Customer Listing tab. This forces some kind of refresh and the over flow indicator shows again.

This image shows that the over flow indicator is not showing after being launched with the Statements tab already loaded.

This image shows that the over flow indicator is showing correctly after I have selected the Statements tab and reselected the Customer Listing tab.

Any ideas how I can fix this. I have tried refreshing the TextEditor but nothing seems to work.