Tagged Questions
The row-height tag has no wiki summary.
6
votes
3answers
3k views
How do I databind a ColumnDefinition's Width or RowDefinition's Height?
Under the View-Model-ViewModel pattern for WPF, I am trying to databind the Heights and Widths of various definitions for grid controls, so I can store the values the user sets them to after using a ...
4
votes
3answers
6k views
GridView row height
I have a GridView that displays images, which are, unfortunately, of different sizes. They are shown in between two lines of text:
text1.1 text1.2
ImageView(IMAGE1) ...
3
votes
1answer
401 views
How to increase row height of listview in report style?
I need to add just 2px :) to a height of a row in a list view (a custom drawn progress bar is too narrow now).
There are two good answers change Listview item height!, ...
3
votes
1answer
630 views
How to implement jtable with variable row-height
None of the answers to two previous questions (here and here) resolve my problem.
I have a multi-column jtable for which I want to display string-content of some columns over more than one line ...
2
votes
2answers
2k views
C# Change ListView Item's/Row's height
I want to change the Item's/Row's height in listview.
I searched every where and I figured that in order to change the height I need to use LBS_OWNERDRAWFIXED or MeasureItem or something like that.
...
2
votes
1answer
107 views
How to change height of a grouped tableViewCell?
I'm trying to display address as its displayed in Contact app of iPhone. so it seems i need a cell with height three times of a regular cell. as its always going to be same i just need to apply a ...
2
votes
4answers
3k views
how to set all row heights of the wpf datagrid when one row height is adjusted
Im using the wpf datagrid and am looking for a way to set the height on all of the rows when the user adjusts one of them. I know the datagrid has a RowHeight property that sets all of the row heights ...
2
votes
3answers
7k views
How to set WPF ListView row height?
I've got a listView displaying a few text records. I need to increase the height of rows (working on a touch screen so I need thicker rows) without increasing the font size.
This is probably pretty ...
1
vote
0answers
81 views
Row height in points mentioned in Open XML part differs from that shown in MS Excel UI
i have observed that row height written in Sheet's XML part is different from which the MS Excel interprets it. For example if value written in Xml part is 15 points, then MS Excel shows 15.12 points. ...
1
vote
1answer
298 views
What replacement options are there for heightForRowAtIndexPath in a UITableView?
tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath is deprecated according to the iOS docs. It mentions using rowHeight instead, but that property is for all rows. I want to flow the rows' ...
1
vote
1answer
433 views
Dynamic Table height. Redundant calculation of row height?
In a table view I use custom UITableViewCells with dynamic height. The layout algorithm is complicated since there are not only dynamic text blocks but also images with different height. When the ...
0
votes
2answers
31 views
Change UITableviewCell height dynamically in iPhone?
I have three custom UILabel in UITableViewCell. The cell design like this,
Date(12.1.2012) Time(12.00pm)
Cost: $20.00
Details
I have specified the row height 100 in - ...
0
votes
0answers
31 views
Adjust table row height in real time
I'm using Vaadin to develop a web application.
In a table I want to add a inline editing feature. This feature will switch the content of a cell from a label and a edit button to a dropdown-select ...
0
votes
2answers
337 views
UITableViewCell dynamic height :/
Hee all,
I have created a UITableViewCell with a NIB file.
There is 1 label in it wich is going to contain a tweet. So it needs to be a dynamic height. There also is a timeAgo label that has to fit ...
0
votes
0answers
12 views
Algorithmic Issue with Content Placement in Excel
I was looking at content placement/ fitting in Excel and came across a very interesting issue.
An image of height 11.4 inches (~840 points) can be placed in its entirety with-in 1 Page of height 11 ...
0
votes
2answers
100 views
column height per class with javascript and php
I have the following code in my script to set a max height for each column.
However i intend to set the maxheight individualy for all the 4 columns per row
Currently it wont execude the function per ...
0
votes
1answer
111 views
Problem displaying a custom uitableviewcell content
I've a custom UITableViewCell with a UITextView in it. The cell grows dinamically with the uitableview as user enters text.
When I display the table, I have to calculate the height of the custom cell ...
0
votes
1answer
519 views
Resizing the height of the selection indicator in a UIPickerView
in an App I have to maintain I had to set the rowHeight of a UIPickerView row to the value of 66. Now it can properly display three lines of text.
(CGFloat)pickerView:(UIPickerView *)pickerView ...
0
votes
2answers
603 views
Change height of textarea based on number of lines of text in javascript
How do I change the height of a text area based on the number of lines of text that the user puts into it?
For the example below if the user changed the text in the textarea to more than one line of ...
0
votes
0answers
145 views
how to get heigh each row on the screen using javascript
i have a question about how to get high each row on the screen using javascript..
because i'm not found the answer about it..
this is my html code
<html>
<head>
<script ...
0
votes
3answers
824 views
UITableViewCell with dynamic content, dynamic layout and thus a dynamic height
I have a UITableView which sometimes just stops responding when its been loaded. I have no clue why this happens and I was wondering whether it could be the layouting of the cells which I do in ...
0
votes
1answer
441 views
UITableView with dynamic cell heights
just a quick question.
Is there a SIMPLE way to dynamic set the cell height depending on the text that is contained in the cells?
Scenario:
grouped table view with two sections. sections one and two ...
0
votes
2answers
1k views
How to increase the height of the cell in a tableview in iphone?
I am new to iphone development.I am parsing a xml file and displaying the title, date, view and summary in each row of a table.The contents of summar is big ,so only first 3 words are displayed in ...
0
votes
3answers
2k views
How to set the Dojox Datagrid row height to a single line
Hey all,
I'm trying to fix the height of a Dojox 1.3 Datagrid to a single line (like Excel). The current functionality is to automatically increase the row's height when more data than will fit ...
0
votes
1answer
2k views
Discovering row height of autosized GridView row in ASP.NET
I have a number of GridView controls that I need to position side-by-side on a page. For example a GridView containing a list of items in a shopping basket, and a number of GridViews to the side ...