Skip to main content
Solved

Shortcut to specific tab

  • February 12, 2020
  • 2 replies
  • 648 views

Forum|alt.badge.img+14

Hi,

How do I make a shortcut to a specific tab. E.g. instead of going here:

 I need to go here (same address):

 

Best answer by Himasha Abeywickrama

Hi @Hans Andersen,

 

There’s no way to achieve this through the application as of yet. However, you could request this as a customization.

In Designer.cs file, you just have to change the SelectedIndex value to the tab which you want the application to open up when you open the form window. Let’s say you want to open up the 2nd tab in the form window, 

Then,

this.picTab.SelectedIndex = 1;

 

Note that the indexes start from 0.

 

Hope this helps!

View original

Himasha Abeywickrama
Superhero (Customer)
Forum|alt.badge.img+18

Hi @Hans Andersen,

 

There’s no way to achieve this through the application as of yet. However, you could request this as a customization.

In Designer.cs file, you just have to change the SelectedIndex value to the tab which you want the application to open up when you open the form window. Let’s say you want to open up the 2nd tab in the form window, 

Then,

this.picTab.SelectedIndex = 1;

 

Note that the indexes start from 0.

 

Hope this helps!


Forum|alt.badge.img+14

@Himasha Kapugeekiyanage 

I was hoping to include the tab in the query string, so I could make a lobby like this: 

I just have to find another solution.

Thanks


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings