Windows Form UI Questions

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

1. Is it possible to force vertical scroll bar to display all the time in a
grdiview even if there are no records currently in dataview?

2. is it possible to group buttons on a toolbar such that if one is pressed
(selected), any other pressed button gets un-pressed (unselected).

Thanks

Regards
 
1. This is counter intuitive. Why bother?

2. Yes. But, you have to write code to respond
in the Click event of buttonA to trigger the other
buttons.
 
2. If you make them be Radiobuttons with Appearance set to Button
that might give you what you want.
 
Back
Top