Hello,
I have a UltraPanel which I set to a StyleSet which includes a solid grey border.
Inside the UltraPanel I have a UltraGrid with Dock = DockStyle.Fill
Initially the UltraPanel is hidden until I press a button to make it visible. When the UltraPanel appears the grey border is not there. As soon as I move the mouse over the panel area the grey border appears.
This makes the screen appear jumpy and unprofessional.
Any help would be greatly appreciated.
Many Thanks,
Paul
Hello Paul,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
Hi Boris,
Your sample does indeed work.
However when I use the attached AppStylist library you should be able to see the behaviour I've described. I am at a loss to explain it.
It seems to me that you have not set the 'Border Style' to something different than 'None'. Please make a modification like the following and let me know if it works for you:
I haven't been able to solve the issue directly, I am pretty sure there must be something wrong with the StyleSet I've created as I can not reproduce the problem in a new StyleSet.
The work around I have used is to create a non-inherited StyleSet which seems to work fine.
Thank for your help Boris
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.