How can I add both vertical and horizontal scroll bar in text area of Salt (Wireframe) diagram?

0 votes
asked Oct 26, 2024 in Question / help by xiaoqi (700 points)
In reference guide 14.2, it shows using "SI" to add vertical scroll bar, and "S-" to add horizontal scroll bar, but how can I add both in one diagram?

Thanks, Xiaoqi

1 Answer

+1 vote
answered Oct 26, 2024 by The-Lu (77,040 points)
selected Oct 27, 2024 by xiaoqi
 
Best answer

Hi X.,

For that you can use only `S`, as:

@startsalt
{S
Message
.
.
.
.
}
@endsalt

See the English doc. here:

Regards,
Th.

commented Oct 27, 2024 by xiaoqi (700 points)
Thanks Th, it works, and I also found the syntax in section 14.13.
...