Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
![]() How to use ListEditor
![]() Today we will discover new widget in gambas 3, it's callled 'listeditor' It's in 3 parts : One listview, one textbox called editor and 4 buttons add, remove, up and down. A) Use from widget. To add data, write text in editor and clic add. B) Use inside code. To add from text from code, write this code : ListEditor1.Add("one") To see selected text, this code : montexte = ListEditor1.Text C) Editor You could change properties of editor when you use this code. For example, i want to change editor background in yellow, i will write this code: ListEditor1.Editor.Background = Color.Yellow It's all you need to know about listeditor widget. All other properties are classic wigdget properties. Thanks. Creation date : 17/03/2022 @ 23:24 ![]()
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
ARCHIVES GAMBAS 1/2
|