﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Resolution Independence</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 12:42:50 GMT</lastBuildDate><ttl>20</ttl><item><title>Resolution Independence</title><link>http://forum.strataframe.net/FindPost26285.aspx</link><description>Hi All&lt;/P&gt;&lt;P&gt;Does Strataframe have anyway to support Resolution Independence? By that i mean for example, one user have a monitor with 1024X768 and another have 1280X800 (Wide screen). In this case so forms will auto stretch and you will not get words and fields cut off.&lt;/P&gt;&lt;P&gt;Rudolph&amp;nbsp;</description><pubDate>Wed, 03 Mar 2010 21:06:20 GMT</pubDate><dc:creator>Coolbreeze</dc:creator></item><item><title>RE: Resolution Independence</title><link>http://forum.strataframe.net/FindPost26298.aspx</link><description>The short answer is, yes.&amp;nbsp; This is actually something that can be natively done with any control in .NET that inherits from a "Control" class.&amp;nbsp; I will do this many times just using the Anchor properties of a control.&amp;nbsp; So, for example, I might take a textbox on the far right of the screen and set the anchoring to Left + Top + Right.&amp;nbsp; This would allow the control to grow with the form.&amp;nbsp; There are other more cumbersome solutions such as using a table.&amp;nbsp; This is a native .NET control that is intended for this very type of thing.&lt;/P&gt;&lt;P&gt;In our medical application we develop for 1024x768 and then use anchoring where applicable to accomodate larger resolutions.&amp;nbsp; Also, any time I create a control (i.e. our appointment scheduler control in the medical app) I create it to support scaled resolutions....but this is major overkill for most areas of an application.&lt;/P&gt;&lt;P&gt;So like I said, the short answer is "yes," but we could actually discuss this in depth in a number of different ways.</description><pubDate>Wed, 03 Mar 2010 21:06:20 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>