Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
I have some checkbox in the right panel. When i preview the UI, the checkbox are not fully shown.
How can I solve this issue?
Solved! Go to Solution.
It looks like you have put these controls into the Right Panel in your 2D view. You may need to adjust the width of that panel to allow the full control to be visible.
Try setting this to 200px or 250px and see if that fixes your problem.
Hello,
I have a question ;
By using a specific and custom css class, it might be possible to aligned that at right or/and to use width propertie.
More details here:
https://www.w3schools.com/css/css_align.asp
https://www.w3schools.com/css/css_dimension.asp
If it is Grid Layout Widget used, it is possible to use Fixed Column Size, Justification, Margin and Content Wrap properties to change that.
More details here :
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FWidgetGridLayout.html%23
Best regards,
Samuel
Yes, I really appreciate it. thank you for your help 🙂
It looks like you have put these controls into the Right Panel in your 2D view. You may need to adjust the width of that panel to allow the full control to be visible.
Try setting this to 200px or 250px and see if that fixes your problem.
thank you for your help 🙂
You're welcome, glad it worked for you!