Scaling revint addins using windows form to higher dpi settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, Im facing some troubles using windows with Revit addins in high screen resolution monitors. While in my 1920x1080 the apps is seen like this:
In other screens with higher resolution is seen like this:
Windows autoscale and deform many controls. I would want my app to be seen the same size in every moniter (even if that implies some blurry stuf in some pcs). I know that this is more a winforms related problem than Revit, but Im wondering if any member of the comunity have faced and solved this before. Im aware about this BuildingCoder post where a similar topic is discussed:
Proposed solutions are:
- using WPF instead of windows form (this involves rewrite a significant part of code but this is what I will be doing if no one knows another way)
- change some application properties (this can only be done in standalone apps)
- change monitors configuration (I will not have active communication with every new user and I would want the addin to be "ready to use" as installed)
Any advice for this case?
Regards, Juan.