lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

TextBlock - Add the MinWidth and MaxWidth properties #33

Open lastunicorn opened 6 years ago

lastunicorn commented 6 years ago

Note: If there is a conflict between MinWidth, MaxWidth and Width, the order of application to determine the CalculatedNormalWidth is first MinWidth must be honored, then MaxWidth, and finally if each of these are within bounds, Width.

see also the comments in /doc/control.width.calculation.txt file.