Hello...
I am using the 18.x.x version of the Syncfusion WPF "EditControl"/"Syntax Editor control".
I have placed this control in the bottom part of a secondary frame within a parent page.
Everything is working properly in terms of sizing and presentation.
However, when I load a document into the control that has a width that is greater than the display area, no horizontal scrollbar is ever displayed. This remains the issue even when I force the scrollbar to be visible with the code as below...
secTEXTViewer.HorizontalScrollBarVisibility = ScrollBarVisibility.Visible
Anyone have any ideas why the scrollbar will not be displayed?
Thank you..