TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kevin Brigitta
NA
43
49.7k
C# Visibility Options
Jun 1 2011 12:09 PM
Hi there,
I have a windows where I would like to swap between (I think) grids.
I have two buttons: btn_food & btn_drinks
When I click the food-button, I want to see the available food (in buttons).
When I click the drinks-button, I want to see the available drinks (in buttons).
So, I need to switch between two "forms" (grids?) in order to change the listing of the proper buttons.
How can I do that?
Also, I found a lot of 'possible solutions' on the internet, which were they all refer to the "grid1.Visible" property.
Such property is not available when I try to add this. The property "IsVisible" is available, but when I write the code, the error tool of VS indicates that this property is read-only?
I'm working with VS2010 in C# language.
Any advice on this?
Thanks in advance!
Reply
Answers (
6
)
C# Buttons - Multiple text lines
Visual Studio LightSwitch