Problem with scroll bars on an MDI child

Forum for reporting problems
Post Reply
JM_
Posts: 6
Joined: Tue Aug 27, 2013 7:10 am

Problem with scroll bars on an MDI child

Post by JM_ »

Hi
In the last update or two we notice a new problem. In our application KC still exists on a child form within a C# MDI application. If the child form gets clipped by the MDI container scroll bars appear. Utilizing the scroll bars doesn't appear to update the KC control. The control area displays some mess and not repainted.
[Click down arrow numerous times. The problem doesn't occur while dragging the bar just clicking the arrows.]

JM

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Problem with scroll bars on an MDI child

Post by nickz »

JM,
I think this should be handled by the application. I have checked KC does not receive any messages or events in this case. I suggest handling scroll bar events and if the slider is near the bottom limit call an extra kc.UpdateView();
Nick

Post Reply