[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Wrapping Controls on dialog resize
|
Hello Friends,
I have developed an dialog to accept few information from the user....
when users resize the dialog my controls getting invisible...
i need wrap the horizontally aligned controls when dialog got resized to
small
and i want to restrict the resized to small not less than specified size...
my dialog appears as follows:
Name: |________________________ Age : |________________________
DOB : |________________________ E-Mail : |________________________
when i size my dialog to small, expected to appear as follows:
Name: |________________________
Age : |________________________
DOB : |________________________
E-Mail : |________________________
Please help me how i can achieve this
thanks in advance...
thanks
S.Prabhu