cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Layout with scrollbar using toolkit

Ketan_Lalcheta
19-Tanzanite

Layout with scrollbar using toolkit

Hi

 

We have a layout into dialog and through code, we are adding labels and input panel into layout.

 

What we need is to fix the size of dialog. For example, it should show only 5 labels and if additional labels are added, it must have scrollbar rather than expanding size of layout and dialog.

 

How to achieve the same? We are using toolkit and Creo version is 4.0 M030.

 

Regards

Ketan

2 REPLIES 2

Set size of dialog and also add scroll bar. automatically when size is more then size set, it should add scroll bar.

API:

ProUIDialogVertsizeSet

zemanekp
13-Aquamarine
(To:syalagudri)

I failed with this procedure ☹️

But my workaround with ScrolledLayout...

 

Top Tags