M micro Well-Known Member Licensed User Longtime User Mar 23, 2016 #1 Hi to all Excuse me, I'm doing the first tests with this fantastic tool "ABSMaterial" and i have this question: How remove the 20px margin-bottom in AddRows function? Thanks
Hi to all Excuse me, I'm doing the first tests with this fantastic tool "ABSMaterial" and i have this question: How remove the 20px margin-bottom in AddRows function? Thanks
alwaysbusy Expert Licensed User Longtime User Mar 23, 2016 #2 You need to use the AddRowsM () method. Then there are two extra params: margin-top and margin-bottom. Upvote 0
You need to use the AddRowsM () method. Then there are two extra params: margin-top and margin-bottom.
M micro Well-Known Member Licensed User Longtime User Mar 24, 2016 #3 alwaysbusy said: You need to use the AddRowsM () method. Then there are two extra params: margin-top and margin-bottom. Click to expand... Thanks alwaysbusy How i can set the fixed width label also if it is empty (Text.length = 0)? Upvote 0
alwaysbusy said: You need to use the AddRowsM () method. Then there are two extra params: margin-top and margin-bottom. Click to expand... Thanks alwaysbusy How i can set the fixed width label also if it is empty (Text.length = 0)?