HtmlDocument htmlDoc = HtmlPage.Document;
HtmlElement htmlEl;
htmlEl = htmlDoc.GetElementById("UserText");
htmlEl.SetAttribute("scrollHeight", "400");
私に例外を与えるSetAttribute Operation failed
これに関するアイデアや回避策はありますか?
HtmlDocument htmlDoc = HtmlPage.Document;
HtmlElement htmlEl;
htmlEl = htmlDoc.GetElementById("UserText");
htmlEl.SetAttribute("scrollHeight", "400");
私に例外を与えるSetAttribute Operation failed
これに関するアイデアや回避策はありますか?