From 1970e3b26c9790280d20e16492c8f7269a6a7018 Mon Sep 17 00:00:00 2001 From: iPhilip Date: Fri, 4 Jul 2025 07:28:05 -0700 Subject: [PATCH] Update lb-settabstops.md Corrected default value for default tab stops based on my tests. --- desktop-src/Controls/lb-settabstops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-src/Controls/lb-settabstops.md b/desktop-src/Controls/lb-settabstops.md index 2b175e61410..663039e3912 100644 --- a/desktop-src/Controls/lb-settabstops.md +++ b/desktop-src/Controls/lb-settabstops.md @@ -46,7 +46,7 @@ If all the specified tabs are set, the return value is **TRUE**; otherwise, it i To respond to the **LB\_SETTABSTOPS** message, the list box must have been created with the [**LBS\_USETABSTOPS**](list-box-styles.md) style. -If *wParam* is 0 and *lParam* is **NULL**, the default tab stop is two dialog template units. If *wParam* is 1, the list box will have tab stops separated by the distance specified by *lParam*. +If *wParam* is 0 and *lParam* is **NULL**, the default tab stop is 32 dialog template units. If *wParam* is 1, the list box will have tab stops separated by the distance specified by *lParam*. If *lParam* points to more than a single value, a tab stop will be set for each value in *lParam*, up to the number specified by *wParam*.