logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
styletenz  
#1 Posted : Wednesday, March 9, 2022 7:36:55 AM(UTC)
styletenz

Rank: Newbie

Groups: Registered
Joined: 3/3/2022(UTC)
Posts: 3
Thailand
Location: BKK

Thanks: 1 times
How to change column/element size ?

Thankyou.
epf  
#2 Posted : Wednesday, March 9, 2022 3:58:54 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 post(s)
if you mean in a report result,
as it it generated in HTML you may control some CSS for the table cells generated:
Select your element in your model, then edit the 'Cell Script' property
Code:
@{
  ResultCell cell=Model;
  cell.FinalCssStyle = "width:50px;";
}
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.