Tabstop in sListBox Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 14, 2018 at 4:49 am #37729 roadrunnerParticipant Hi, i have found a different behavior between normal Listbox and sListbox. In a normal Listbox it is possible to set the Tabstop on different positions like: Code: const // The maximum number of Tabs MAX_TABS = 4; Tab = #9; var Tabulators: array[0..MAX_TABS] of Integer; begin { Set the Tabulator Widths / Tabulatorweiten festlegen} Tabulators[0] := 120; Tabulators[1] := 120; Tabulators[2] := 100; Tabulators[3] := 80; Listbox1.TabWidth := 1; { Set the Tabulators } SendMessage(ListBox1.Handle, LB_SETTABSTOPS, MAX_TABS, Longint(@Tabulators)); But in sListbox it doesn't work. Is there another way to have differnt tabstop positions? Best regards, Hans-Josef February 14, 2018 at 9:33 am #57562 SupportKeymaster Hello! I will check this issue soon. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting