sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

How to set minimum width of column setAutoFitMinWidth() on ListGrid #718

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before your post : If you are not 100% sure that you've found an issue,
please post on the SmartGWT forums first. Upon confirmation you'll be
advised to create an issue.

All issues require a minimal standalone test case with
an onModuleLoad() to be attached. You can modify an existing showcase
example if desired. Issues created without a standalone test case are
subject to being rejected after 7 days if no test case is present.

Please test any issue against the latest available code (from
smartclient.com/builds) before filing, and indicate any release versions
that you know are also affected.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

What browser(s) does this happen in?  Are there any browsers where the
issue does not occur?

Please provide any additional information below.

Original issue reported on code.google.com by sheetals...@gmail.com on 5 Aug 2013 at 12:07

GoogleCodeExporter commented 9 years ago
When i am using 
setAutoFitFieldsFillViewport(false);
setAutoFitWidthApproach(AutoFitWidthApproach.BOTH);
i want to set minimum width because scroll should appear on screen after 
reaching min with of column

Original comment by sheetals...@gmail.com on 5 Aug 2013 at 12:11

GoogleCodeExporter commented 9 years ago

Original comment by smartgwt...@gmail.com on 5 Aug 2013 at 6:27