Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 108475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:55:03+00:00 2026-05-11T01:55:03+00:00

My question may not make sense but I have valid reason. We use .net

  • 0

My question may not make sense but I have valid reason.

We use .net smart client framework with CAB to develop window based application.

We have a trend view (smart client view) which plots graph of live data. We use ProEssentials graph control for the same. Trend view is tabbed with a tab workspace. But the client want to maximize the view when they like & see the live trend.

The issue is. how to I maximize the view which is tabbed in a tabbed workspace?

If I maximize the view, it should continue plotting the chart.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:55:04+00:00Added an answer on May 11, 2026 at 1:55 am

    The simplest option would be to simply show a different screen/control that only has the chart on it.

    If isn’t entirely clear if you are using standard controls like TabControl for the tabbed view – if so, you should be able to take the chart out of the TabPage and re-add it at a higher level (hiding the TabControl etc) – something like (purely for illustration):

    [STAThread] static void Main() {     Application.EnableVisualStyles();     Button button;     TextBox textbox;      using (Form form = new Form     {         Controls ={             new TabControl { Dock = DockStyle.Fill, TabPages = {                 new TabPage { Text = 'Tab Page', Controls = {                     (textbox = new TextBox { Text = 'I'm a graph control...',                         Multiline = true, Dock = DockStyle.Fill})                 }}             }},             (button = new Button { Text = 'Maximize', Dock = DockStyle.Bottom }),     }}) {         button.Click += delegate         {             textbox.Parent.Controls.Remove(textbox);             form.Controls.Add(textbox);             textbox.BringToFront();         };         Application.Run(form);     } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First time using CSS so my question may not make sense. I am using
This question may not directly relate to programming. I have noticed that the technology
This may not be a programming question, but I don't know where to ask
This may not be the kind of question one should ask on StackOverflow, but
My question may be quite similar to others, but not the same. In the
I concede that this question may fall into the 'discussable' but not 'answerable' category.
I think my question may be a duplicate, but I do not know what
Sorry, this may or may not be a programming question directly, but I am
Depending on your interpretation this may or may not be a rhetorical question, but
I apologize that the title may not make sense, so let me describe my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.