Discussion:
Windows Form UI Questions
(too old to reply)
John
2007-06-24 03:21:45 UTC
Permalink
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#
2007-06-26 02:17:45 UTC
Permalink
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.
--
Robbe Morris
EggHeadCafe.com
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
Post by 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
Jack Jackson
2007-06-26 06:02:04 UTC
Permalink
2. If you make them be Radiobuttons with Appearance set to Button
that might give you what you want.
Post by 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
Loading...