Hi there is there any way to set width of the component created by dynamic component to fill parent ? like i just wanna create a component where a text box will take complete space remaining by a button ?
here as you can see i cant set it to fill parent ....
TIMAI2
October 5, 2022, 9:17pm
2
Use the Width property with the value of -1
[edit]
Spicy_Topics:
Width =-2 (fill parent)
oops
width percentage ? or only width ?
hey @TIMAI2 thanks for replying i will sure try this
@TIMAI2 nop its not working
Here this is block and
This is output ...
Width = -1 (automatic)
Width =-2 (fill parent)
WidthPercent = any number between 1 and 100 will be accepted.
1 Like
ohki i got it thanks @Spicy_Topics / @Kevinkun
1 Like
BTW one more thing how to change shape of the text box ? in Dynamic component ?
system
Closed
October 13, 2022, 7:17pm
13
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.