HORIZONTAL SCROLL NOT SHOWING IN WPF CODE EDITOR

I am not able to show horizontal scroll bar in the code editor.
The demo project does not include scrolling functionality eitgher.
Is it possible to scroll horizontally?
https://www.screencast.com/t/vb3xlqdXED1
Hi Pau,
Could you please try to set Scrolling.DefaultHorzScrollSize to 0 like this:
private void Window_Loaded(object sender, RoutedEventArgs e)
{
Editor.Scrolling.DefaultHorzScrollSize = 0;
}
regards,
Andrew
Hi Andrew,
this do not solove the problem completely.
Watch the following video screencast:
https://www.screencast.com/t/TqZvUoBvh
It also happens in your demos:
https://www.screencast.com/t/PYrcr3HiYf

Regards,
Sergio
Hi Sergio,
thank you for providing these details, we were able to reproduce the problem and will try to fix it shortly.
regards,
Andrew

DefaultHorzScrollSize Attribute not found in WPF Editor. Scrolling?

Hi,

Yes, we don’t have this property for WPF, it measures horizontal scrollbar based on a document content. Let me know if it works for you with one of the recent versions (6 or 7) and if so, could you provide a bit more details of in what situations you would need this property?

Regards,
Dmitry