Skip to main content

Questions tagged [toolbar]

The toolbar tag is for issues relating to the configuration, design, and use of toolbars.

0 votes
0 answers
8 views

AgGrid - autoGroupColumn is not visible in tool Panel sideBar

is there a reason that a group column created with autoGroupColumnDef would not appear in the toolPanel? I seem to have the config right. I am creating a simple sideBar that would show 2 columns - one ...
Blondish's user avatar
  • 141
1 vote
1 answer
24 views

Text overlapping over the Toolbar

[I Wrote my first program in jetpack compose and I face this problem that a simple text after putting in a column{} or in a row{} it begins from the toolbar of the emulator means the text gets ...
Shahid Faried's user avatar
0 votes
0 answers
9 views

Toolbar overlapping on the text and whenever I create a function outside the MainActivity Class it doesn't gets launched

Whenever I execute the text, the text overlapping over the toolbar and whenever I create a function outside the MainActivity Class it doesn't gets launched. Also when I try to make a separate function ...
Shahid Faried's user avatar
0 votes
0 answers
37 views

In WPF, how can I hide, disable, remove a ToolBar Scrollbar?

I'm using WPF in VS 2022 I'm creating a media player and put the buttons in a Toolbar. There are a couple of things I would like to remove, but maybe it's not possible. I'm assuming the object on the ...
Gman Cornflake's user avatar
-1 votes
1 answer
46 views

Google Docs Menu and Toolbar

The font size on my Menu and Toolbar is tiny. Is there a way to increase the text font size? I Googled for answers, but I only found how to increase the font inside the document, which I already know. ...
Lesa Boutin's user avatar
0 votes
1 answer
67 views

How to align VStack to top of View but under toolbar

I have put in a great deal of effort to find solutions to this before asking my question here in accordance with the rules. Unfortunately, all solutions previously answered have not worked for me. My ...
KP101Coder's user avatar
0 votes
1 answer
79 views

How do I use the QuickFilter property in MUI DataGrid while using a custom toolbar?

In the documentation for MUI Data Grid, it introduces a quick filter property that you can simply use by including these properties in your DataGrid component: slots={{ toolbar: GridToolbar }} ...
Gordon Duan's user avatar
0 votes
0 answers
20 views

datagrid toolbar item state-dependent

I have a problem. I am learning to wrap datagrid and wrap children in toolbar, but the button display does not change with the state, the props parameter is changed, why?enter image description ...
little snow's user avatar
0 votes
0 answers
22 views

Bokeh Config File To Set Defaults Tools

In Bokeh, you can use a .yaml file to set default values for bokeh plot attributes. Is there a way to set the default tools for a plot using a .yaml file? Within a script you can change the plot tools ...
jumpenjack's user avatar
0 votes
0 answers
20 views

Handling Toolbar visibility in same View

I have a View in a tab bar application, where I need to hide the toolbar (navigation bar). By using .toolbar(.hidden) on the View, I have hidden the toolbar. But, I need to unhide the same toolbar on ...
Harsha's user avatar
  • 788
-1 votes
1 answer
44 views

How to get a global position of a Widget in QToolbar?

I have the code: auto toolbar = new QToolBar(&mainWidget); toolbar->move(50,50); // random pos, but not (0,0); toolbar->addWidget(new QPushButton("1-button")); auto secondButton = ...
Andrey Korostin's user avatar
8 votes
3 answers
2k views

MatToolbar color doesn't work on Angular Material v18 Red/Rose

I just upgraded my Angular CLI and Angular Material both to v18. All Angular Material components work fine except the MatToolbar. The problem is that the color input doesn't do anything in the mat-...
Reza Taba's user avatar
  • 1,666
0 votes
0 answers
19 views

ASP.Net Microsoft Web Report Viewer - Not Rendering Toolbar Buttons Correctly

I have the most basic of web pages setup with a Microsoft report viewer control dropped on it - when I run a simple report (local mode if that makes a difference) the buttons on the control toolbar ...
Russ's user avatar
  • 1
0 votes
0 answers
21 views

Android actionBar navigation icon not showing desired color

I have created a vector asset drawable with a given colour, but while setting it in actionBar navigation icon , it is showing dark not the desired colour activity actionBar screenshot actionBar xml ...
codeviz's user avatar
0 votes
2 answers
161 views

How to dismiss keyboard from within toolbar?

The question is best described in code. struct ContentView: View { enum FocusedField { case type1 case type2 } @State private var text: String = "" @...
Mark's user avatar
  • 17.8k

15 30 50 per page
1
2 3 4 5
242