FormNode and ListView Control
Brought to you by:
imjimmurphy,
kachalkov
Hi,
I used this code to create a admin app, but I have a
problem. If I use FormNode and I have a usercontrol
with a ListView on it the listview is not painted all the
time. There seems to be a problem with the Paint event.
Best regards,
ST
Logged In: YES
user_id=932282
could you upload your UserControl (or one that shows this
problem)
Logged In: YES
user_id=1107180
Me too. I encountered this problem occassionallywhen
switching back and forth with <alt>-<F4>. There is no single
UserControl that can reproduce this constantly. I finally get
ride of it by adding a Paint event handler to every form node
user controls to do base.Refresh().
Logged In: NO
I have the same issue. This is really pretty bad. But since
this has been open for more than I year I'm not holding my
breath that it'll be fixed.