Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • ... and is there any way of changing the colour of that black frame? I see that listviews are not skinable.

  • Thank you, Sven. That did the trick :). I should have been more specific in the description of my problem.

  • Hi Sven, I had to leave this problem and concentrate on further development. I have now come back to it and I have just realised that I had thought that LISTVIEW_SetLBorder() would draw a line on the left edge of my listview. Instead, it adds a margin within a cell. So, my actual problem is that when I create a listview in the middle of a window, the first left vertical line is missing (one of the lines forming the table). Do I have to draw that line manually or there is a less nasty way of deal…

  • I also tried making the LISTVIEW wider (300+5) hoping that somehow the LISTVIEW would shift right by that one pixel. It didn't help.

  • Hello, I'm trying to create a LISTVIEW widget in the centre of a window. The problem is that the LISTVIEW that I create does not have the left border. I tried LISTVIEW_SetLBorder(ListviewHandle, 1); but it seems to not work at all. I also tried using LISTVIEW_SetRBorder(ListviewHandle, 0); to remove the right border, just to see if the function works but I had the same result - this function also does not seem have any effect . Please, tell me what I'm doing wrong or how to create a LISTVIEW wid…