Message 1 of 5

Not applicable
07-15-2019
04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Can somebody help me retrieve a window's width and height?
This compiles but does not work unfortunately, because it returns "False":
window.get_Parameter(BuiltInParameter.WINDOW_WIDTH).HasValue;
When I cast the parameter with AsDouble() I get 0. The variable "window" is of type "Element".
Solved! Go to Solution.