I placed a large number of controls(label) on DataGridView, I moves them ( DGV cells & controls) by the scrollbar, but it works very slow. it's because i use for loop on all labels & move them separately.
Is any other way to move these controls , maybe some way to group them ,but without lossing functionality of DGV?
moving large numbers of controls
Thu, 10/22/2009 - 18:27
#1
moving large numbers of controls
Show us your code here.
there is Sub for scroling Labels on DGV
I'm just wondering why you use labels to move when scrolling DGV.
admin i need you help plz.....
I trying to do schedule with appointment displayed like in booking system, I want to be able to split cells of schedule on two parts( one for end of elary appointment, second one for beginning of next one).
Do get that I’m using labels as appointments & DGV as a base.
I’m using DGV to add appointment ( multi selecting ) . Labels are appointments with assigned events , to change or to delete them.
After that I’m trying to scroll schedule & I get that slowly working scroll
It's really hard to guess what do you mean. Upload your code here please.
Pages
Add new comment