Top "Autosize" questions

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

UICollectionView Cell Auto Size with AutoLayout iOS 8

I am trying to set up iOS 8 auto sizing cells in UICollectionViewController: I've created a basic design using StoryBoards and …

ios objective-c uicollectionview autolayout autosize
Auto Resize Dynamic Text Font as3

I have dynamic text field that must be a fixed width and height. The actual text that will populate the …

actionscript-3 text dynamic resize autosize
When is Panel.Size updated after adding controls when Panel.AutoSize = true?

I'm creating a GUI in C# using WinForms. I'm trying to position programaticaly created panels one below the other. As …

c# winforms size autosize
How to Make Qt Grid Layout Auto Size Column Widths

I have a QDialog with a grid layout in it. The grid is 5 columns wide by a variable number of …

c++ qt grid-layout autosize
Grouped UITableView and horizontal margins

I have a grouped UITableView that was really designed to look nice in portrait mode for iPhone. Its cell subviews …

ios ipad uitableview autosize
AutoSizing cells: cell width equal to the CollectionView

I'm using AutoSizing cells with Autolayout and UICollectionView. I can specify constraints in code on cell initialization: func configureCell() { snp.…

ios swift uicollectionview autolayout autosize
UIScrollView will not resize with autosizing

Everything I've read on supporting UIScrollView on iOS 5+ states that I should be able to use the autosizing feature within …

ios xcode uiscrollview autosize
Changing the font of a Delphi TLabel to Italic chops off the tail - why?

A simple demo of a default TLabel with font set to Arial Regular 16 is shown below. The code when the …

delphi fonts autosize italic tlabel
change stimulsoft report page size to equal text object field control width

I am trying to create a stimulsoft report for printing a single line of text up to maybe 50 characters on …

c# report autosize stimulsoft page-size
GroupBox autosize

Take a GroupBox, put let say Label inside and then set AutoSizeMode = GrowAndShrink and AutoSize = true. Two problems will arise: …

c# winforms autosize groupbox