Hi guys...
I need to create a layout that consists of a Pane (30px Height, FullScreen Width using anchors), A Label (30px by 30px, Anchored Left), A Label (30px by 30px, Anchored Right)...
Both labels will be used as Left/righr Arrows, and the space in between them is to be populated with n Labels, with minimum 100px Width...
I need a way (formula) to automatically resize these "in between" labels in a way that no label is less than 100px Width and no more than 150px Width BUT that only entire Labels occupy the "in between" space.
So, if only 4 labels can be shown and the space in between is of 440, each label will be 110px, but If the Space is like 1240, show as many as possible, Allowing also a small repositioning of the Arrows to occupy some unused spaced...
I hope I was clear enough... needless to say I have no math skills!!!
I need to create a layout that consists of a Pane (30px Height, FullScreen Width using anchors), A Label (30px by 30px, Anchored Left), A Label (30px by 30px, Anchored Right)...
Both labels will be used as Left/righr Arrows, and the space in between them is to be populated with n Labels, with minimum 100px Width...
I need a way (formula) to automatically resize these "in between" labels in a way that no label is less than 100px Width and no more than 150px Width BUT that only entire Labels occupy the "in between" space.
So, if only 4 labels can be shown and the space in between is of 440, each label will be 110px, but If the Space is like 1240, show as many as possible, Allowing also a small repositioning of the Arrows to occupy some unused spaced...
I hope I was clear enough... needless to say I have no math skills!!!