View Single Post
  #7  
Old 07-21-2007, 02:10 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Try this example inside the scroll - does it work?

PHP Code:
   new GuiTextListCtrl("Test_List") {
     
profile GuiBlueTextListProfile;
     
0;
     
width 140;
     
fitparentwidth true;
     
     
clearrows();
     
addrow(0,"TextList");
     
addrow(1,"Second line");
     
setSelectedRow(1);
   } 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote