ElliotHC Active Member Licensed User Aug 12, 2019 #1 What is the equivalent in B4j to a multi line text box? I want a little debug window which wraps vertically in my app but I'm struggling to find how to do it. Anyone know which view I need what it needs to do?
What is the equivalent in B4j to a multi line text box? I want a little debug window which wraps vertically in my app but I'm struggling to find how to do it. Anyone know which view I need what it needs to do?
ElliotHC Active Member Licensed User Aug 13, 2019 #3 Does that wrap with scroll bars when you get the the bottom? Upvote 0
Peter Simpson Expert Licensed User Longtime User Aug 13, 2019 #4 ElliotHC said: Does that wrap with scroll bars when you get the the bottom? Click to expand... I presume that it does, you really should give it a go. But if doesn't you can try adding a style to the TextArea by adding -fx-hbar-policy and -fx-vbar-policy. Last edited: Aug 13, 2019 Upvote 0
ElliotHC said: Does that wrap with scroll bars when you get the the bottom? Click to expand... I presume that it does, you really should give it a go. But if doesn't you can try adding a style to the TextArea by adding -fx-hbar-policy and -fx-vbar-policy.