Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [expand]

Expand: as in collapsible views. They take more area, and give full detail, links, composite view, only when expanded. These can be Tree-View, Hide-able divisions, Popup-up screens, Combo-boxes and so on.

expand
-1 votes
0 answers
48 views

Explanation of the questions is not expanded

I am working on quiz app, I want that if user has answered the questions then after refreshing the app explanation should be expanded , I wrote this code which is not working, can anyone help me ...
Rana Riaz's user avatar
0 votes
1 answer
35 views

SAPUI5: Odatamodelv2.read with filter cannot read properties of undefined (reading substr)

I have a problem reading data from a model with some filters and expand: let selectedMaterial = this.getModel("appSettings").getProperty("/selectedLineItemMaterial"); let ...
MarcL's user avatar
  • 3,523
0 votes
0 answers
27 views

torch.cat on torch.expand tensors

Consider the code below. I am creating two tensors using torch.expand, and they are using little memory 0.67GB. But when I use torch.cat to concatenate them, a whole lot more memory is used 7.3GB. Is ...
NNN's user avatar
  • 569
0 votes
0 answers
35 views

sympy precision control regarding .expand()

Consider the following polynomial expression. Numerical_Precision =200 xt= Symbol("xt" , real=True) xt_b=-0.121 test_exp = xt**2+xt +1 The question is how to expand this polynomial ...
ShoutOutAndCalculate's user avatar
0 votes
0 answers
122 views

IntelliJ won't expand collapsed rows

Anytime I create the studentMenu() or profMenu() shown in the screenshot, IntelliJ collapses the rows in that method and will not let me expand them (both via Expand button in row number column or ...
user24397358's user avatar
1 vote
1 answer
62 views

Increase y-axis height to fit in geom_text labels according to multiple criteria

I have an app that looks like this when p-values is not selected: And when p-values is selected, the y-axis is expanded so that the asterisks don't get cut off: The line of code for this is: {if(...
hks's user avatar
  • 137
0 votes
1 answer
128 views

Expand/collapse all Report Builder without using parameter

Is it possible to expand collapse all grouped items on SSRS Report builder like in example on the page below: https://www.sqlchick.com/entries/2010/9/19/expand-or-collapse-all-grouped-items-on-ssrs-...
Marta's user avatar
  • 1
0 votes
0 answers
61 views

The use of swift macros prevents the execution of other code

I created a unwrap freestanding macro that unwraps optional values. The implementation looks like the following code: { [\(raw: argumentName)] in guard let \(raw: argumentName) else { ...
naljin's user avatar
  • 579
0 votes
0 answers
19 views

Show details in recyclerview using toggle button in Toolbar

I have a recyclerview with multiple layout items populated into it. One for the first item and the other one is for the rest of the list. These are declared into JobListAdapter class. We want to show ...
VICKY's user avatar
  • 1
0 votes
0 answers
65 views

Rollback to 120.0.2210.144

Microsoft WebView2 version 121.0.2277.83 being withdrawn due to reported issues. I am attempting to roll back to the previous version, specifically 120.0.2210.144. I downloaded the fixed version 120.0....
Keagan Kingsford's user avatar
1 vote
2 answers
82 views

How to expand multiple list column in rows in python

I have a DataFrame like this: ID MS DS 654 1500,10000,20000,30000 60,365,730 131 1500,10000,20000 60,365,730 598 1500,10000,20000,30000 60,365,730 The desired output looks like this: ID MS DS ...
Divyansh Kumar Singh's user avatar
0 votes
1 answer
51 views

Highcharts gantt massive collapse/expand groups delay issue

We have built a dynamic Highcharts Gantt Project Management and added a feature to collapse/expand all the groups/tasks. It works but only for few groups, when there is a huge number of groups, it ...
vegaelce's user avatar
  • 121
3 votes
5 answers
103 views

R Expand Data Frame List

DATA = data.frame(STUDENT = c(1:3), G1 = c(2,2,1), G2 = c(3,5,4)) DATA1 = data.frame(STUDENT1 = c(0,1,1,0,0), STUDENT2 = c(0,1,1,1,1), ...
bvowe's user avatar
  • 3,344
0 votes
2 answers
58 views

How do I prevent a user from expanding a QTreeWidgetItem?

I have a QTreeWidgetItem that I want to disable under certain circumstances to prevent users from using incompatible options. I'm working with Qt 5.15.2. QTreeWidgetItem has a function, ...
Tyler Shellberg's user avatar
2 votes
0 answers
83 views

Programmatically expand SwiftUI List with children

SwiftUI.List creates lovely lists with disclosure chevrons for children. However: how would I tell it to expand all children by default (i.e. programmatically)? I can’t use DiscloseGroup because I ...
JackS's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
74