I updated to the latest WPF Rad controls this morning and it seems to have broken a view things.
I have a RichTextBox and some of the controls above it, like bold, italic, underline, etc. etc. However after updating, all the alignment toggle buttons no longer work, they don't center, left, or right align the text in the document. I redownloaded the demos to see how it worked in there, and most of the code looks the same, except for in the code behind things like
document.PageViewMargin = new SizeF(10, 10);
PageViewMargin isn't an option.
I have a RichTextBox and some of the controls above it, like bold, italic, underline, etc. etc. However after updating, all the alignment toggle buttons no longer work, they don't center, left, or right align the text in the document. I redownloaded the demos to see how it worked in there, and most of the code looks the same, except for in the code behind things like
document.PageViewMargin = new SizeF(10, 10);
PageViewMargin isn't an option.