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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top