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
Robbe Morris - MVP C# - 26 Jun 2007 03:17 GMT
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.

Signature
Robbe Morris
EggHeadCafe.com
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
> Hi
>
[quoted text clipped - 7 lines]
>
> Regards
Jack Jackson - 26 Jun 2007 07:02 GMT
2. If you make them be Radiobuttons with Appearance set to Button
that might give you what you want.
>Hi
>
[quoted text clipped - 7 lines]
>
>Regards