<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Aug 2019 13:36:17 Z</lastBuildDate><pubDate>19 Jun 2019 13:47:36 Z</pubDate><description>in Windev24 I create a LOOPER, insert an static (STC_1) and fill it (programmatically or via query) with 1000 rows&#13;
&#13;
programmatically:&#13;
&#13;
nCount is int = 1&#13;
WHILE nCount&lt;=1000&#13;
	LooperAddLine(LOOPER_pruebas)&#13;
	LOOPER_pruebas[nCount].STC_1=nCount&#13;
	nCount++&#13;
END&#13;
&#13;
then I launch the application and show this behaviour:  move to middle of looper (say row 400 or 500) so vertical scrollbar moves to half of looper height, all coorrect ... then click on a row and move mouse pointer to vertical scrollbar .... when mouse pointer reachs vertical scroll bar it moves automatically to top of looper (just the scrollbar, not the rows)&#13;
&#13;
It's annoying&#13;
&#13;
same code on windev21 works fine, it fails on windev24&#13;
&#13;
(there are more strange behaviour with looper control, but this one is the most annoying)&#13;
&#13;
thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67107-looper-scrollbar-issues/read.awp</link><title>LOOPER SCROLLBAR issues</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>BALTASAR</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67107-looper-scrollbar-issues-67180/read.awp</comments><pubDate>9 Aug 2019 13:36:17 Z</pubDate><description>Solved in 24.0.140.2&#13;
&#13;
thanks PC-SOFT !</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67107-looper-scrollbar-issues-67180/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67107-looper-scrollbar-issues-67180/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67107-looper-scrollbar-issues/read.awp">LOOPER SCROLLBAR issues</source><title>Re: LOOPER SCROLLBAR issues</title></item></channel></rss>
