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
45
UltraDockManager Actions Affects RichTextBox
posted

Our software is using Windows Forms with Infragistics 2009.2. The UltraDockManager is our application's primary layout handler. We have several dock panels containing custom controls and Infragistics controls such as UltraGrids and an UltraExplorerBar. One of our custom controls implements a read-only RichTextBox with large amounts of color coded text. Whenever the panel containing the RichTextBox is docked, undocked, pinned, unpinned, or loaded from binary (UltraDockManager.LoadFromBinary) all of the color information is lost in the RichTextBox. To verify that this was not a refresh issue, text was copied and pasted from the RichTextBox to confirm color information was lost.