Click here to Skip to main content
15,906,463 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: ListView with 50,000 controls Pin
Moonwalker0313-Mar-11 6:04
Moonwalker0313-Mar-11 6:04 
GeneralRe: ListView with 50,000 controls Pin
SledgeHammer013-Mar-11 6:31
SledgeHammer013-Mar-11 6:31 
GeneralRe: ListView with 50,000 controls Pin
Moonwalker0313-Mar-11 11:53
Moonwalker0313-Mar-11 11:53 
AnswerRe: ListView with 50,000 controls Pin
_Maxxx_3-Mar-11 15:55
professional_Maxxx_3-Mar-11 15:55 
GeneralRe: ListView with 50,000 controls Pin
Moonwalker0314-Mar-11 2:16
Moonwalker0314-Mar-11 2:16 
GeneralRe: ListView with 50,000 controls Pin
_Maxxx_5-Mar-11 1:03
professional_Maxxx_5-Mar-11 1:03 
GeneralRe: ListView with 50,000 controls Pin
Moonwalker0315-Mar-11 3:14
Moonwalker0315-Mar-11 3:14 
GeneralRe: ListView with 50,000 controls Pin
_Maxxx_5-Mar-11 16:21
professional_Maxxx_5-Mar-11 16:21 
Moonwalker031 wrote:
The controls were Listboxes and I was creating them programatically not by binding. This was taking too much time. I dont know if binding would speed the process up since it still has to create the controls.

If you use a grid, imagine it in excel

Column A is the time
Column B through Z are all the IOs started at that time.


So, if the user wants to set IO65 to start at 1 minute, they scroll to the 1 minute row (1 x 60 x 10 = 600) and type 65 into the next available cell in that row.

simple, no?

No controls to create, as the grid has done it for you.
Moonwalker031 wrote:
for editing it needs to be fully zoomed in for precision while for viewing this is not important.

True - but you'd need to be able to zoom anyway, so what better way to choose your spot than pointing at the area and scrolling to zoom ?


Moonwalker031 wrote:
Anyidea how to go for building such a control/interface?

No - none whatsoever. But WPF is the ideal tool. A quick search found this[^] which may be worth a look.
Also here[^]
___________________________________________
.\\axxx
(That's an 'M')

GeneralRe: ListView with 50,000 controls Pin
Moonwalker0315-Mar-11 21:52
Moonwalker0315-Mar-11 21:52 
QuestionForce xaml update from C# code Pin
marca2922-Mar-11 23:52
marca2922-Mar-11 23:52 
AnswerRe: Force xaml update from C# code Pin
SledgeHammer013-Mar-11 4:57
SledgeHammer013-Mar-11 4:57 
QuestionUnable to view the properties of third party grid contorls using Iaccessible interface Pin
Akhil042-Mar-11 1:32
Akhil042-Mar-11 1:32 
QuestionWPF : What event will be triggered after window_loaded Pin
DavJes2-Mar-11 0:02
DavJes2-Mar-11 0:02 
AnswerRe: WPF : What event will be triggered after window_loaded Pin
parama_chakra3-Mar-11 20:34
parama_chakra3-Mar-11 20:34 
AnswerRe: WPF : What event will be triggered after window_loaded Pin
SledgeHammer014-Mar-11 8:39
SledgeHammer014-Mar-11 8:39 
QuestionLoad picture from resource file XAML Pin
Mc_Topaz1-Mar-11 21:40
Mc_Topaz1-Mar-11 21:40 
AnswerRe: Load picture from resource file XAML Pin
Pete O'Hanlon1-Mar-11 22:19
mvePete O'Hanlon1-Mar-11 22:19 
GeneralRe: Load picture from resource file XAML Pin
Mc_Topaz1-Mar-11 22:36
Mc_Topaz1-Mar-11 22:36 
AnswerRe: Load picture from resource file XAML Pin
Tarun.K.S2-Mar-11 2:51
Tarun.K.S2-Mar-11 2:51 
Questioncheck if windows service is stopped. Pin
arkiboys28-Feb-11 21:16
arkiboys28-Feb-11 21:16 
AnswerRe: check if windows service is stopped. Pin
Vimalsoft(Pty) Ltd28-Feb-11 21:34
professionalVimalsoft(Pty) Ltd28-Feb-11 21:34 
GeneralRe: check if windows service is stopped. Pin
arkiboys28-Feb-11 21:47
arkiboys28-Feb-11 21:47 
AnswerRe: check if windows service is stopped. Pin
RobCroll28-Feb-11 21:36
RobCroll28-Feb-11 21:36 
GeneralRe: check if windows service is stopped. Pin
arkiboys28-Feb-11 21:50
arkiboys28-Feb-11 21:50 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon28-Feb-11 23:10
mvePete O'Hanlon28-Feb-11 23:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.