Skip to main content
1-Visitor
April 8, 2019
Question

Layout with scrollbar using toolkit

  • April 8, 2019
  • 1 reply
  • 1528 views

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

1 reply

14-Alexandrite
April 8, 2019

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

API:

ProUIDialogVertsizeSet

14-Alexandrite
December 10, 2019

I failed with this procedure ☹️

But my workaround with ScrolledLayout...