Tagged Questions
The multicolumn tag has no wiki summary.
6
votes
5answers
1k views
Multi-Column ComboBox Controls for Winforms
Please recommend some Multi-Column ComboBox control for Winforms application in .net. Better if they are free.
I found Syncfusion - Multi-column-combo-box it can show datagrid which is bound to ...
4
votes
4answers
92 views
Determine the Width of a dynamic CSS3 Multicolumn DIV width fixed column-width
I have a DIV container filled with a dynamic text. The length of the text can be different. The DIV container has a fixed height but no width.
The Text is formatted as CSS3 Multicolumn Text width a ...
4
votes
6answers
194 views
Java sort based on two columns
Lets say I have table like this:
String | Int1 | Int2
"foo" 5 0
"faa" 4 1
"zaa" 0 1
"zoo" 4 2
"laa" 4 3
"loo" 1 4
What I would like to get is ...
4
votes
4answers
102 views
SQL Server: “Mostly-unique” index
In a table i want to ensure that only unique vales exist over the five-column key:
Timestamp Account RatingDate TripHistoryKey EventAction
========= ======= ========== ============== ===========
...
3
votes
3answers
1k views
CSS3 multi column layout IE workaround
I've stumbled across a really great project (CSS3 PIE) today that makes it possible to use CSS3 rounded corners, shadows and gradients even in IE6, IE7 and IE8 using CSS settings and usual CSS3 ...
3
votes
1answer
5k views
jquery-mobile multi-column layout possible using grids?
I'm trying to get a multi column layout working using Jquery Mobile.
First I tried using Jquery Mobile Grids. Example can be found here:
link text
Since this didn't work, I tried to workaround ...
3
votes
2answers
605 views
Latex multicolumn problems
I am trying to build a table in latex where five columns have a common title centered above the columns.
But the generated table does not appear as expected. (the common title is left justified ...
2
votes
2answers
42 views
Multicolumn ListBox in WPF
I have 3 textboxes and 1 button and want to enter the textboxes information in the listbox with multicolumn. like a phone directory that will be saved in the listbox
I know how to make it with one ...
2
votes
1answer
49 views
How to get specific column content from a multi-column layout made by CSS3?
I have a webpage which content(single div and a lot of text with formatting) is splitted into several columns(30-40) by CSS3 ( through column-height and column-width)
Is there any way to get content ...
2
votes
1answer
89 views
Is this the suitable scenario for Multi-column Indexes?
My programming environment is Rails 2.3 and PostgreSQL 8 (shared Database on Heroku):
I have read this
http://devcenter.heroku.com/articles/postgresql-indexes#multicolumn_indexes
and other related ...
2
votes
3answers
274 views
How do you Keep Group Together across columns in Crystal Report?
I have a multi-column Crystal 2008 report that is grouped on a date field, and I want to prevent that group from being split across the column to column boundary.
Googling it, it seems impossible - ...
2
votes
1answer
72 views
Prevent element fragmentation in multi-column layout
Given this HTML code:
<div id="wrapper">
<div> FIRST BOX: ... </div>
<div> SECOND BOX: ... </div>
<div> THIRD BOX: ... </div>
</div>
and ...
2
votes
2answers
396 views
XHTML multi-column text flow div
How can I have multi-column text flow in div for XHTML please? (if possible)
I'm looking for a cross-browser specification.
Thank you.
1
vote
1answer
55 views
Multi-Column Text in iOS
I'm trying to display some horizontally scrolling text in multiple columns. The twist is, the column width is known, but the column count depends on the text length.
There is an Core Text Objective-C ...
1
vote
1answer
94 views
Multicolumn legend in Matlab
I would like to be able to create a legend to have a number of columns given (for default the legend function has an unique column in Matlab). In the code written below, for example, I need three ...
1
vote
1answer
77 views
CSS3 multi-column position of an element
I have a multi-column layout in a UIWebview (webkit control) but I'm having problems accessing the 'visual' location of an element.
I shift tapX by 4096 ( 4 x 1024, where 1024 is the height of a ...
1
vote
1answer
67 views
jQuery-ui tabs CSS not functioning normally
I'm working on an advanced database manager in PHP (essentially phpMyAdmin for dummies, giving only Administrators the ability to create tables, then admins create forms for users to input data). For ...
1
vote
1answer
139 views
Javascript for breaks in multi-column layout
I'm using multi-column css in a fixed height element so the browser creates as many columns as it needs to contain the content. New columns will always appear to the right of the other columns, but I ...
1
vote
1answer
148 views
Multi-Column layout messing up in Chrome when trying to animate
I'm using jQuery to animate a multi-column layout that runs off the screen horizontally. I have two controllers to move back and fourth (one red one blue). The animation seems to work fine in Firefox ...
1
vote
3answers
108 views
Is it allright to wrap H1/H2/H3 tag around a multicolumn design div for headlines?
is the following syntax good to go to emhpasize a multicolumn headline totalling around 20 ~ 30 words? I dont want to use CSS3 multicolumns since it is not supported in IE9 etc.
<H3>
...
1
vote
1answer
39 views
Merge data from three tables
I have three tables, tbA, tbB & tbC with 2 cols. i would like to merge the three tables and group them by mID and produce a formated ourput like this...
mID,mAreaA,mAreaB,mAreaC
Structure of ...
1
vote
1answer
290 views
Question on Browser Independant Multi-Column Text Paragraph Flower. (Works in IE8 IE9)
Some time ago, there was a question about CSS3 multi-columns not being supported in IE9, or any other IE for that matter. That produced the following quick simple and very functional answer. I want to ...
1
vote
1answer
726 views
Delphi VirtualTreeView Sort Multiple Columns?
I have heard a lot of praise about the VirtualTreeView component and looked at using it in a rewrite we are doing. Currently we use a StringGrid.
I can't find a way to sort multiple columns, though ...
1
vote
1answer
2k views
Oracle multicolumn partitioning vs using a subpartition
Apart from the obvious, can anyone explain the what is different between multicolumn partitioning and using a subpartition? And which one is better for a OLTP scenario? For details, see Managing ...
1
vote
2answers
358 views
LaTex: Is it possible to vertically center multiple columns in a table?
I've found an example here but that only centers one column and I can't really adapt it to my needs. What I'd like is something like this:
1
vote
1answer
149 views
SQL Query for inserting multi column values in to single column
I have Table "MultiCol" as below
Name LibraryID RegisterID EngineerID
Rahul 1002 4521 4854
Ajay 5072 3151 4833
Vimal 4532 4531 4354
I want to insert the Rahul's ...
1
vote
1answer
1k views
android call log like design
I'm trying to create a design for a list that looks like (and mostly behaves like) the call log, like shown here:
I don't need all the design, but what I'm trying to achieve is the two-columned ...
1
vote
1answer
91 views
Partition of Listbox?
Is it possible to partition of list box into several columns. If yes which property is used for that in Silver light?
0
votes
0answers
7 views
Multicolumn overrules rowcolors [migrated]
I am trying to create a table with alternating rowcolors.
This works fine in itself with a command like:
\rowcolors{1}{gray!20}{white}
However, from here it gets a bit more complex.
Since the last ...
0
votes
2answers
61 views
HTML dropdown multi columns
I have a question about a select in HTML.
Now I have 2 dropdowns with values.
for example:
<select name="healthy" id="healthy">
<optgroup="fruit"></optgroup>
<option ...
0
votes
0answers
51 views
table header multicolumn and multirow latex [closed]
i am newbie with latex. I need to do a table like this:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
| | | |_ _ _ _ _ _ _ _ _ _ _ _ _ ...
0
votes
3answers
26 views
When is one index better than two in MYSQL
I have read about when you are making a multicolumn index that the order matters and that typically you want the columns which will appear in the WHERE clauses first before others that would be in ...
0
votes
2answers
77 views
Code for a multicolumn legend in Matlab
I have designed an application called CLegend, which allows to build a multicolumn legend, whose code is
function CLegend(hax,numcol,Ley)
%# Inputs
% hax : handle of the axes object to which belongs ...
0
votes
2answers
29 views
Height difference in multicolum list
I have created multi colum list. In each list there is a div inside it. Since the height of this added div, the a blank space is appearing in between this and next row. Is der any way to expand this ...
0
votes
2answers
75 views
How does cellForRowAtIndexPath work?
I HAVE READ apple documentation and it's not understandable for such a beginner in Objective-C as me. I'm trying to implement multicolumn UITableView following this ...
0
votes
1answer
194 views
Magento: Multi-column dropdown menu
I'm using Magento CE 1.6.
Briefly: I found exactly what I'm looking for here, but it seems like it doesn't work for Magento version 1.6; it's unzipped in the Magento catalog and enabled in the ...
0
votes
1answer
61 views
blueprint css multi-column issue
Code below. I am using blueprint css on a rails app. I am making this a 4 column layout with a box around each item. If I have 4 items or 8 items, then everything is fine and I have 2 rows of ...
0
votes
1answer
99 views
SWT/JFace: multicolumn TreeViewer with composite as content
I want to create a multicolumn tree like interface for a graphics editor, similar to the one here: http://imageshack.us/photo/my-images/854/51909806.png/. It will contain layers as parent tree items ...
0
votes
2answers
263 views
How do I implement a multicolumn ComboBox DataGridColumn in a WPF DataGrid?
I have a simple question that I assume does not have a simple solution. I need to have a multi-column ComboBox for some grid columns in my WPF DataGrid. Is there a known best-practice to accomplish ...
0
votes
2answers
151 views
CSS3 multi-column breaks images into several parts
I'm now implementing the epub reader in iOS platform. I have paginated the html files using css3 multi column. It works fine on pure text html files but when loading images, the images will be ...
0
votes
2answers
155 views
How to get css3 multi-column count in Javascript
We're using the new css3 multi-column layout properties to get our text into newspaper columns. Each column gets a fixed width, and the column-count defaults to "auto", which means that the browser ...
0
votes
3answers
167 views
multicolumn listbox in aspx page
I have a list box:
<asp:ListBox ID="lstAppointment" runat="server"></asp:ListBox>
I want to make it multicolumn. I googled a lot but not finding the appropriate answer. I am working in ...
0
votes
1answer
107 views
MySQL indexes - how to boost performace?
I'm trying to improve performance of an existing MySQL database.
It's a database regarding restaurants, there are two relevant tables:
there's a table for all entities of the website, every entity ...
0
votes
2answers
55 views
Separate public and edit-mode versions of database record
How would I best implement an edit-mode for a database record?
The record (for example a blog post) needs to have a public version visible on the website while the edit-mode version is being edited, ...
0
votes
2answers
530 views
VB.Net - select whole line in a multicolumn ListView and not only first item
I have a ListView in VB.Net.
I want to use it to display a table of data.
However I want to be able to click on a row and select it.
The component allows me to select a row only by clicking on the ...
0
votes
0answers
312 views
Multi-Column DatagridviewCombobox
How to add multi column datagridviewcombobox? Is there any control for that?
I want to select product from datagridviewcombobx which will display a gridview (multicolumn combobx) which is bound to a ...
0
votes
2answers
535 views
Multi-column listbox type control in ASP.NET
Does there exists a listbox control in ASP.NET which allows multiple columns and multiple selection?
I looked but couldn't find, so what options do I have available now?
0
votes
1answer
316 views
iPhone : How to dynamically add column headers to a tableView which has large number of Columns?
In my iPhone app, I have a horizontally scrolling tableView. It has 30 columns.
The tableView is similar to gridView in ASP.Net.
How can I add the column headers in TableView header's section?
...
0
votes
1answer
98 views
Is it possible to select by range on leftmost multiple-index?
I have an index m_idx on (k1,k2,k3)
If I do
SELECT c1,c2,c3... FROM tb FORCE INDEX (m_idx) WHERE k1=500 AND k2 IN(...) AND k2>2000 ORDER BY k1 LIMIT 1000;
OR
SELECT c1,c2,c3... FROM tb FORCE INDEX ...
0
votes
2answers
686 views
Multi column list in Swing
First of all, I'm using Swing in Java. In my application, I need to have a multi column list (if that's what I should call it). What I mean by a multi column list is something like windows explorer's ...