Top "Autosize" questions

A user interface implementation to automatically resize a control or element to accommodate its contents.

For Qt 4.6.x, how to auto-size text to fit in a specified width?

Inside of my QGraphicsRectItem::paint(), I am trying to draw the name of the item within its rect(). However, for …

qt font-size autosize
How to auto-size a DevExpress TcxGrid

I've created a table from a TcxGrid with a simple table view. The data is being poked into the table …

delphi autosize tcxgrid
Use Python to Write VBA Script?

This might be a bit of a stretch, but is there a possibility that a python script can be used …

python excel pywin32 autosize vba
Autofit WinForms RichTextBox to its contents

Does anybody know how can I dynamically resize a RichTextBox control to its contents?

winforms richtextbox autosize
addSubview and autosizing

How does one add views to a window, so that the views are resized to fit within the window frame? …

cocoa interface-builder nsview nswindow autosize
Windows Forms: Auto Scale Application

I have a WinForms Application that was designed to support Full HD resolutions (so 1920x1080). Now this App is also …

c# winforms autosize autoscaling
WPF - How to stop TextBox from autosizing?

I have a textbox in my visual tree as follows.. Window Grid ListBox ItemTemplate DataTemplate Grid Grid Textbox... The textbox …

wpf textbox grid autosize
Does Angular Material have built in autosizing for textareas?

I am able to import MatTextareaAutosize from Angular Material, but I see nothing about it in the docs and have …

angular textarea angular-material autosize
Flutter how to create responsive Text widget?

I'm facing a problem with responsive texts. In my app are different text font sizes and I need to do …

text flutter responsive-design autosize
Autosizing EditText

Android recently added the support for resizing TextViews text size based on the view size and the min and max …

android android-edittext autosize