Auto Fit

 
Selection
Company Name Phone Address City Country
Exotic Liquids(171) 555-222249 Gilbert St.LondonUK
New Orleans Cajun Delights(100) 555-4822P.O. Box 78934New OrleansUSA
Grandma Kelly's Homestead(313) 555-5735707 Oxford Rd.Ann ArborUSA
Tokyo Traders(03) 3555-50119-8 Sekimai Musashino-shiTokyoJapan
Cooperativa de Quesos 'Las Cabras'(98) 598 76 54Calle del Rosal 4OviedoSpain
Mayumi's(06) 431-787792 Setsuko Chuo-kuOsakaJapan
Pavlova, Ltd.(03) 444-234374 Rose St. Moonie PondsMelbourneAustralia
Specialty Biscuits, Ltd.(161) 555-444829 King's WayManchesterUK
PB Knäckebröd AB031-987 65 43Kaloadagatan 13GöteborgSweden
Refrescos Americanas LTDA(11) 555 4640Av. das Americanas 12.890Sao PauloBrazil
Heli Süßwaren GmbH & Co. KG(010) 9984510Tiergartenstraße 5BerlinGermany
Plutzer Lebensmittelgroßmärkte AG(069) 992755Bogenallee 51FrankfurtGermany
Nord-Ost-Fisch Handelsgesellschaft mbH(04721) 8713Frahmredder 112aCuxhavenGermany
Formaggi Fortini s.r.l.(0544) 60323Viale Dante, 75RavennaItaly
Norske Meierier(0)2-953010Hatlevegen 5SandvikaNorway
Bigfoot Breweries(503) 555-99313400 - 8th Avenue Suite 210BendUSA
Svensk Sjöföda AB08-123 45 67Brovallavägen 231StockholmSweden
Aux joyeux ecclésiastiques(1) 03.83.00.68203, Rue des Francs-BourgeoisParisFrance
New England Seafood Cannery(617) 555-3267Order Processing Dept. 2100 Paul Revere Blvd.BostonUSA
Leka Trading555-8787471 Serangoon Loop, Suite #402SingaporeSingapore
Lyngbysild43844108Lyngbysild Fiskebakken 10LyngbyDenmark
Zaanse Snoepfabriek(12345) 1212Verkoop Rijnweg 22ZaandamNetherlands
Karkki Oy(953) 10956Valtakatu 12LappeenrantaFinland
G'day, Mate(02) 555-5914170 Prince Edward Parade Hunter's HillSydneyAustralia
Ma Maison(514) 555-90222960 Rue St. LaurentMontréalCanada
Pasta Buttini s.r.l.(089) 6547665Via dei Gelsomini, 153SalernoItaly
Escargots Nouveaux85.57.00.0722, rue H. VoironMontceauFrance
Gai pâturage38.76.98.06Bat. B 3, rue des AlpesAnnecyFrance
Forêts d'érables(514) 555-2955148 rue ChasseurSte-HyacintheCanada
Data grid with 29 rows and 7 columns
0 rows are selected

Call the AutoFitColumnWidths method to match column width values to actual content.

This method takes header, data cell, and summary value content into account. The auto fit algorithm uses the same units as the column's Width property value.

  • If a column's width is set in pixels, the final width is in pixels. The column's width fits its content.
  • If a column's widths is set in percentages or not set, the final width is in percentages. Columns may shrink or grow based on available space.

Depending on calculated values, the following outcomes are possible:

  • Columns occupy the entire width of the component. Example: all or several widths are in percentages.
  • A scroll bar appears. Example: all widths are in pixels and the content is too wide.
  • Empty space remains. Example: all widths are in pixels and the content is not wide enough.

In this demo, the Company Name, selection, and command columns have their width specified in pixels, and their content is always fully visible. The Address column's width is not specified, so it may narrow but not less than its MinWidth (120 pixels).