Reem Rizk

Results 3 issues of Reem Rizk

Hey, I am using HtmlAgilityPack to check for html syntax errors in my app. But the problem is that if the Html document contains for example a tag that wasn’t...

[Question]: How to change the width of a dockable KryptonPage programatically before showing it? I tried this: ``` KryptonPage page = new KryptonPage(); page.Width = 400; ``` and it didn't...

question