JTable and adjusting Row height

Hi,
How to make a row height adjustable, like user can click on the row and drap to increase the height of the row,
Also if i have JTextArea as cell rendere how do i dynamically adjust the row height to display all the text
Ashish

That's a lot of questions..... but here are your answers:
1. Can we adjust variable row height for each row,Yes, use JTable's setRowHeight method to set the height of each row.
2. Also as we adjust the column widht, can we adjust the row height by dragging,You should be able to adjust the column width by clicking the mouse on the edge of the column header and drag. There is no automatic provision for changing the row height that way -- you'll have to add a mouse listener to the rowheader and write your own code to perform the resizing.
3.Suppose i have JTextArea as a cell renderer , how can i display all the text in a row with out having to use a scroll bar, You'll have to figure out how many rows (based on the sum of the individual row's height) the textarea occupies (taking into consideration the font that you used to render the textarea). I have my own way of doing things but if you search this forum, you'll find a lot of discussion on how to do it.
;o)
V.V.

Similar Messages

  • JTable and Adjusrt Row Height

    Hi,
    1. Can we adjust variable row height for each row,
    2. Also as we adjust the column widht, can we adjust the row height by dragging,
    3.Suppose i have JTextArea as a cell renderer , how can i display all the text in a row with out having to use a scroll bar,
    Ashish

    That's a lot of questions..... but here are your answers:
    1. Can we adjust variable row height for each row,Yes, use JTable's setRowHeight method to set the height of each row.
    2. Also as we adjust the column widht, can we adjust the row height by dragging,You should be able to adjust the column width by clicking the mouse on the edge of the column header and drag. There is no automatic provision for changing the row height that way -- you'll have to add a mouse listener to the rowheader and write your own code to perform the resizing.
    3.Suppose i have JTextArea as a cell renderer , how can i display all the text in a row with out having to use a scroll bar, You'll have to figure out how many rows (based on the sum of the individual row's height) the textarea occupies (taking into consideration the font that you used to render the textarea). I have my own way of doing things but if you search this forum, you'll find a lot of discussion on how to do it.
    ;o)
    V.V.

  • Can we adjust ROW height in ALV report as like of Excel ?

    Dear all,
    Can we adjust ROW height in ALV report as like of Excel sheet ?
    Can we increase/decrease the row height in the output display ?
    How ?

    kps204020 wrote:
    Thanks a lot for your response.
    I've tried your proposal, but it has no affect. The report cells show all their content using as much lines as necessary for this.This is the default behaviour for HTML table data (tables and cells expand to fit their content).
    So I still have rows with lots of lines and rows with only a few lines mixed in my IR dependant on the cell content. Because some rows filling nearly the whole screen, it is difficult to get an overview with regard to adjacent rows.
    I'm using Application Express 4.1.1.00.23. with Theme 21. Scarlet and Firefox 17.0.1.Are all users using Firefox?
    Actually I'm working on my first APEX Solution for usage in my company and the customers demanding a solution for this topic . So I'm very keen to find a solution.
    I'm very much looking forward to your response.I've been involved with similar issues in the past. My first response is simple: Does this data have to be shown in the report? Can the offending column(s) be removed from the primary report? They will still be visible in the single row view, and the detail view if there is one.
    The second option is to create a detail view for the report with a structure that is better suited to the data involved, and make this the default view. (For an example of this, see the treatment of the PRODUCT_DESCRIPTION column in the detail view of the Products report in the Sample Database Application: click on the View Detail button on the Products page.)
    The third possibility is some kind of customization of the presentation of the data. This will involve using some combination of HTML/CSS/Dynamic Actions/Plug-ins/JavaScript that you may not be familiar with: do you have experience of these? To go down that route you need to describe in detail how you want to present the data, or what behaviour is required when the data is too long, and share an example of the report on apex.oracle.com that we can work with.

  • Need Tips to Customise Invoice with Logo and Adjust Rows and Values

    Need Tips to Customise Invoice with Logo and Adjust Rows and Values

    Hi rabisaha,
    Your logo is an image. Details on adding and working with images in Numbers can be found in Chapter 9 of the Numbers '09 User Guide.
    Rows are part of a Table. I'm not certain what you are referring to when you say "adjust rows," but the details regarding adding, removing and changing rows are in the "Working with Rows and Columns in Tables" section of Chapter 3, Using Tables in the Numbers '09 User Guide.
    Adjusting values is done by entering new values, or by revising the formulas that create values. This is also conered in the User Guide in Chapter 4, Working with Table Cells.
    The Numbers '09 User Guide is free, and may be downloaded via the Help menu in Numbers. If you intend to create Numbers tables (or to modify formulas), you may also want the iWork Formulas and Functions User Guide, available from th same location.
    For anyone new to Numbers (and for old hands as well), I recommend reading at least the first four chapters of the Numbers guide. The rest can be kept to use as a reference as needed.
    Regards,
    Barry

  • Problems with Automatic Adjust row height in FRs ver. 11.1.2.1.103

    Hi
    We have just upgraded to 11.1.2.1.103 from 9.3.3.
    .103
    We had a fairly complex report that worked in the previous environment, but not anymore.
    We have a number of text lines with that pulls from other lines in the report that are hidden.
    It is celltext that we are reporting on.
    The lines are setup, so the row height should just adjust depending on the amount of text, but it does no longer work for consecutive lines with the adjust row hight atribute swithed on. I now have to insert blank text lines with a fixed height in between to get it to work.
    It makes the report the report look messy, so has anyone had similar issues and know a work around or a possible patch.
    KR
    Per

    Okay,
    I tried that I when I tried to use: sqlplus -s I got the following results
    SQL> sqlplus -s
    SP2-0042: unknown command "sqlplus -s" - rest of line ignored.
    I am also still getting the following in my output:
    Any other suggestions?
    SQL> Select
    2 'Siebel CVP' as Source_Name,
    3 'RCI' AS Brand,
    4 'Phone' AS Channel,
    5 'Inquiry' AS EBR_Type
    6 FROM dual;
    Siebel CVP RCI Phone Inquiry
    SQL> set head on
    SQL> Select
    2 substr(con_home_ph_num,1,10) AS Chan_Addr,
    3 'No EBR Date' As EBR_date,
    4 substr(x_rccl_brand,1,3) AS Brand,
    5 'Phone' AS Channel,
    6 substr(con_person_uid,1,21) AS Src_Id,
    7 substr(x_rccl_source,1,23) AS EBR_source,
    8 'Inquiry' AS EBR_Type
    9 FROM
    10 siebel.eim_contact
    11 WHERE
    12 con_home_ph_num is not null and
    13 con_home_ph_num > '201'
    14 and length (con_home_ph_num) = '10'
    15 and con_home_ph_num <> '0'
    16 and con_home_ph_num <> '1111111111'
    17 and con_home_ph_num <> '9999999999'
    18 and con_home_ph_num <> '0000000000'
    19 and con_home_ph_num NOT LIKE '+%'
    20 and con_home_ph_num NOT LIKE '0%'
    21 and con_home_ph_num NOT LIKE '123%'
    22 and con_home_ph_num <> '2222222222'
    23 and x_rccl_call_type is null
    24 and x_rccl_brand = 'RCI'
    25 and TO_DATE(TO_CHAR(x_rccl_entry_date, 'MM/DD/YYYY'), 'MM/DD/YYYY') >= TO_DATE(TO_CHAR(sysdate, 'MM/DD/YYYY'), 'MM/DD/YYYY')
    26 and x_rccl_source IN ('CTI','CTI_GVS','CTI_HOTWEB','CTI_PRE_SHOPPING_CALL','DIR_PASTGUEST_RECONNECT')
    27 ORDER BY
    28 con_home_ph_num asc
    29 /
    CHAN_ADDR EBR_DATE BRA CHANN SRC_ID EBR_SOURCE
    EBR_TYP
    5167350937 No EBR Date RCI Phone Prospect - 1-3IIJ-218 CTI_PRE_SHOPPING_CALL
    Inquiry
    8054977010 No EBR Date RCI Phone Prospect - 4861358 CTI_PRE_SHOPPING_CALL
    Inquiry
    SQL> spool off

  • Adjusting row height in JTable

    hi:
    i think i have a tricky one.. i have a Jtable where the cell renderers extend JTextArea. I set the column width, but because the cells can contain any amount of text, i have to adjust each row width to accomodate the text. i used the FontMetrics methods like stringWidth or getStringBounds to get the width of the string and then divide it by the column width to know how many rows this particualar cell will span, and it is working to some extent by not very accurately. any idea if this is a correct way to do it??
    thanks...

    not really.. this is already set, but a cell in a JTable doesn't adjust it's rowHeight automatically.. i had to loop thru all of the rows to do that myself.. any other suggestions??

  • OLAPDatagrid wordwrap and variable row height

    Hi,
       Does anyone have an idea how to get wordwrap and  variablerowheight work for OLAPDataGrid, Here is the example which I am  trying but it is not working.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="creationCompleteHandler()">
    <mx:Script>
        <![CDATA[
    import mx.rpc.AsyncResponder;
            import mx.rpc.AsyncToken;
            import mx.olap.OLAPQuery;
            import mx.olap.OLAPSet;
            import mx.olap.IOLAPQuery;
            import mx.olap.IOLAPQueryAxis;
            import mx.olap.IOLAPCube;
            import mx.olap.OLAPResult;
            import mx.events.CubeEvent;
            import mx.controls.Alert;
            import mx.collections.ArrayCollection;
            // Format of Objects in the ArrayCollection:
            //  data:Object = {
            //    customer:"AAA",
            //    product:"ColdFusion",
            //    quarter:"Q1"
            //    revenue: "100.00"
            [Bindable]
            private var flatData:ArrayCollection = new ArrayCollection(
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"ColdFusion", quarter:"Q1", revenue:210, cost:25},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flex", quarter:"Q2", revenue:210, cost:25},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Dreamweaver", quarter:"Q3", revenue:250, cost:125},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flash", quarter:"Q4", revenue:430, cost:75},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"ColdFusion", quarter:"Q2", revenue:125, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flex", quarter:"Q3", revenue:210, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Dreamweaver", quarter:"Q4", revenue:320, cost:120},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flash", quarter:"Q1", revenue:280, cost:70},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"ColdFusion", quarter:"Q3", revenue:375, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flex", quarter:"Q4", revenue:430, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Dreamweaver", quarter:"Q1", revenue:470, cost:220},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flash", quarter:"Q2", revenue:570, cost:170},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"ColdFusion", quarter:"Q4", revenue:215, cost:90},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flex", quarter:"Q1", revenue:210, cost:90},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Dreamweaver", quarter:"Q2", revenue:175, cost:190},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flash", quarter:"Q3", revenue:670, cost:75},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"ColdFusion", quarter:"Q1", revenue:175, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flex", quarter:"Q2", revenue:210, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Dreamweaver",quarter:"Q3", revenue:120, cost:120},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flash", quarter:"Q4", revenue:310, cost:70},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"ColdFusion", quarter:"Q1", revenue:385, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flex", quarter:"Q2", revenue:340, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Dreamweaver", quarter:"Q3", revenue:470, cost:220},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flash", quarter:"Q4", revenue:270, cost:170},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"ColdFusion", quarter:"Q1", revenue:100, cost:25},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flex", quarter:"Q2", revenue:150, cost:25},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Dreamweaver", quarter:"Q3", revenue:200, cost:125},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flash", quarter:"Q4", revenue:300, cost:75},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"ColdFusion", quarter:"Q2", revenue:175, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flex", quarter:"Q3", revenue:100, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Dreamweaver", quarter:"Q4", revenue:270, cost:120},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flash", quarter:"Q1", revenue:370, cost:70},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"ColdFusion", quarter:"Q3", revenue:410, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flex", quarter:"Q4", revenue:300, cost:320},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Dreamweaver", quarter:"Q1", revenue:510, cost:220},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flash", quarter:"Q2", revenue:620, cost:170},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"ColdFusion", quarter:"Q4", revenue:215, cost:90},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flex", quarter:"Q1", revenue:210, cost:90},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Dreamweaver", quarter:"Q2", revenue:175, cost:190},
             {customer:"AAA AAA AAA AAA AA AAAAA AAAA AA", product:"Flash", quarter:"Q3", revenue:420, cost:75},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"ColdFusion", quarter:"Q1", revenue:240, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flex", quarter:"Q2", revenue:100, cost:20},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Dreamweaver", quarter:"Q3", revenue:270, cost:120},
             {customer:"BBB BB BBBBB BBB BBB BBB BBB BBB BBB BBBB", product:"Flash", quarter:"Q4", revenue:370, cost:70},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"ColdFusion", quarter:"Q1", revenue:375, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flex", quarter:"Q2", revenue:420, cost:120},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Dreamweaver", quarter:"Q3", revenue:680, cost:220},
             {customer:"CCC CCC CCCCC CCCC CCCCCCCCC CCC CCC", product:"Flash", quarter:"Q4", revenue:570, cost:170}        
            private function creationCompleteHandler():void {
                // You must initialize the cube before you
                // can execute a query on it.
                myMXMLCube.refresh();
            // Create the OLAP query.
            private function getQuery(cube:IOLAPCube):IOLAPQuery {
                // Create an instance of OLAPQuery to represent the query.
                var query:OLAPQuery = new OLAPQuery;
                // Get the row axis from the query instance.
                var rowQueryAxis:IOLAPQueryAxis =
                    query.getAxis(OLAPQuery.ROW_AXIS);
                // Create an OLAPSet instance to configure the axis.
    //            var productSet:OLAPSet = new OLAPSet;
    //            // Add the Product to the row to aggregate data
    //            // by the Product dimension.
    //            productSet.addElements(
    //                cube.findDimension("ProductDim").findAttribute("Product").children);
    //            // Add the OLAPSet instance to the axis.
    //            rowQueryAxis.addSet(productSet);
                var productSet:OLAPSet = new OLAPSet;
                // Add the Product to the row to aggregate data
                // by the Product dimension.
                productSet.addElements(
                    cube.findDimension("CustomerDim").findAttribute("Customer").children);
                // Add the OLAPSet instance to the axis.
                rowQueryAxis.addSet(productSet);
                // Get the column axis from the query instance, and configure it
                // to aggregate the columns by the Quarter dimension.
                var colQueryAxis:IOLAPQueryAxis =
                    query.getAxis(OLAPQuery.COLUMN_AXIS);        
                var quarterSet:OLAPSet= new OLAPSet;
                quarterSet.addElements(
                    cube.findDimension("QuarterDim").findAttribute("Quarter").children);
                colQueryAxis.addSet(quarterSet);
                return query;      
            // Event handler to execute the OLAP query
            // after the cube completes initialization.
            private function runQuery(event:CubeEvent):void {
                // Get cube.
                var cube:IOLAPCube = IOLAPCube(event.currentTarget);
                // Create a query instance.
                var query:IOLAPQuery = getQuery(cube);
                // Execute the query.
                var token:AsyncToken = cube.execute(query);
                // Setup handlers for the query results.
                token.addResponder(new AsyncResponder(showResult, showFault));
            // Handle a query fault.
            private function showFault(result:Object, token:Object):void {
                Alert.show("Error in query.");
            // Handle a successful query by passing the query results to
            // the OLAPDataGrid control..
            private function showResult(result:Object, token:Object):void {
                if (!result) {
                    Alert.show("No results from query.");
                    return;
                myOLAPDG.dataProvider= result as OLAPResult;           
        ]]>
    </mx:Script>
    <mx:OLAPCube name="FlatSchemaCube"
        dataProvider="{flatData}"
        id="myMXMLCube"
        complete="runQuery(event);">
        <mx:OLAPDimension name="CustomerDim">
            <mx:OLAPAttribute name="Customer" dataField="customer"/>
            <mx:OLAPHierarchy name="CustomerHier" hasAll="true">
                <mx:OLAPLevel attributeName="Customer"/>
            </mx:OLAPHierarchy>
        </mx:OLAPDimension>
        <mx:OLAPDimension name="ProductDim">
            <mx:OLAPAttribute name="Product" dataField="product"/>
            <mx:OLAPHierarchy name="ProductHier" hasAll="true">
                <mx:OLAPLevel attributeName="Product"/>
            </mx:OLAPHierarchy>
        </mx:OLAPDimension>
        <mx:OLAPDimension name="QuarterDim">
            <mx:OLAPAttribute name="Quarter" dataField="quarter"/>
            <mx:OLAPHierarchy name="QuarterHier" hasAll="true">
                <mx:OLAPLevel attributeName="Quarter"/>
            </mx:OLAPHierarchy>
        </mx:OLAPDimension>
        <mx:OLAPMeasure name="Revenue"
            dataField="revenue"
            aggregator="SUM"/>
    </mx:OLAPCube>
        <mx:Panel title="OLAPCube Control Example"
            height="75%" width="75%" layout="horizontal"
            paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10">
            <mx:OLAPDataGrid id="myOLAPDG" width="100%" height="100%" variableRowHeight="true" wordWrap="true"/>
        </mx:Panel>
    </mx:Application>
    Regards,
    Alex

    This is my input data
    all other styles are working , the height or line-height properties are not working

  • JTable and selected row

    Hi,
    I'm new to Java, I'm writing a simple application using Swing, I've almost finished, almost, becose I have a jTabbedPane on 1st pane some labels and text fields, and on the second one jTable, I have to do 2 things:
    When row in JTable is selected, then the same user data should bevisible in JTabbedPane/Panel1 and if I select someon in panel1 then also the person in the jTable should be selected, what should I do? What's the function name? Please help.

    http://java.sun.com/docs/books/tutorial/uiswing/events/eventsandcomponents.html

  • Row Height Frozen/Can't Be Adjusted

    I transferred data from a web table into Numbers. When adjusting row height using Inspector, the height changes, but the text is partially hidden (rows 18-22 in image). When double-clicking the number of the row, the row automatically adjusts to its original height (rows 16 & 17 in image).
    Any ideas what is preventing row height from being modified?

    Hi TIm,
    You might also check in the format menu> Text >Layout > Text inset.
    quinn

  • CS2 automatically fit row height to content in table?

    Hi guys, I'm using CS2 and I have a table with lots of pages. I need to be able to have the height automatically fit to the content of the tables. Unfortunately data is not consistent therefore some cells have 2 rows of content, others 8.
    Automatically fit to content is not available.
    I have tried adjusting row heights then 'table' > 'distribute rows evenly' but obviously this is no good as some are too cluttered, others too spacious.
    Any suggestions appreciated.

    Huh. Maybe I read the OP's posts correctly, I think, but I misread yours. I assumed that, since the thread-opener mentioned row height, that when the OP asked about getting rid of "distribute evenly" that row height was still under discussion. Looks to me like all you can do with cell width/column width is
    1) Select a column and specify an exact width
    2) Select a group of columns and specify the same exact width for all of 'em
    3) Select all the columns and
        a) Distribute columns evenly
        b) Specify an exact width for all columns
    Unfortunately, I have to use tables a great deal, so I feel like I'm up to speed on what we can and cannot do with ID tables.

  • ALV grid Row Height

    Is it possible to adjust row height of alv output?  I have a grid being displayed on a touch screen and it's difficult to choose a row.  I want to make them about double the height on display.

    Hello Michelle
    There is no possibility to change the row height. The only possible way I see would be to reduce the <b>resolution </b>of the touch screen.
    Regards
      Uwe

  • FOOTER IS NOT MOVING AS I ADJUST PAGE HEIGHT

    I MEAN THE FOOTER NOT MOVING CORRESPONDING TO A NEW CHANGE IN HEIGHT.IF I CHANGE THE HEIGHT THE FOOTER STILL STAYS IN MIDDLE.IT IS NOT MOVING AUTOMATICALLY AS I SAW IN THE TUTORIAL.PLEASE HELP.

    Hello DATHU1983,
    Are you referring to the section "Design the Visit page?"  If so, can you tell me what time in the video you start having problems?  Is it at the beginning of the video when the presenter goes into the Page Properties and adjusts the height of the page?
    Thank you for any additional detail.  Also, I want to confirm that you are using the Muse CC version and not a previous version of Muse?
    Thank you,
    Ed Sullivan

  • Increasing the row height in crm 2011

    Hi,
         I am using crm 2011, I want increase the row height in a view, so that it can display the description in multiple rows.
    any information will be helpful.

    In views you can only specify column width and not row height.
    For columns that have large data, taking the mouse over the column will display the text in the tooltip.
    HTH 
    Sam 
    Dynamics CRM MVP |
    Inogic | http://inogic.blogspot.com|
    news at inogic dot com
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

  • How to reduce the row height

    Hi All,
    Is it possible to reduce the row height of a table.Actually the font is small and the row height is more.I dont want to redcuse the width only row height.
    Regards,
    Amrit

    does anyone of u havea ny idea on how to achiieve this.

  • Dynamically adjust table row height based on data in column

    Hi all,
    I'm using JDeveloper 11.1.1.5.0 and have a requirement for a table to adjust the height of its rows depending on the data in the columns. One of the columns in the table is a rich text description field and I have the 'rows' property set to 13. This field could have twenty lines of text/images or just one. The users would like the page to show all twenty lines of text without having to scroll but the table has the same height for all the rows (that I set to 13) and provides a scroll bar when the data exceeds this size. My users do not like to scroll, and want the height of each row to be determined by the data in it. I looked at a few options and also did a search online, but was unable to find anything to fulfill this requirement. Do you know of how I could change the height of each row in the table so that it fits the data that it holds?
    I have an example of my table at: <b>Table with Set Row Height</b>
    As you see, the picture has to be scrolled so that the whole picture is visible. The user requirement is to adjust the row height to show the full picture. Ideally the next two rows would shrink, but that would be a nice to have.
    Thanks in advance for any pointers or help.

    Hi Frank,
    Thank you for replying to my question, I truly appreciate your help.
    I tried to use the autoHeightRows to adjust the height of my rows but was unsuccessful. If I understand the autoHeightRows property correctly, this is used for setting the height of the whole table. If this is incorrect and it can be used for setting the height of individual rows in the table, please correct me. I have the 'Rows' property of the richTextEditor set to 13 and this is the height that I would like to make dynamic based on the data.
    My users requirement is for the height to be big enough for the data in each row of the table (the table has a description column and the height of each row should be determined by the data contained in it). I updated my <u><b>Screen Shot</b></u> to show the desired layout and what is currently being generated though ADF (http://www.flickr.com/photos/87583386@N05/) .
    I have three rows in the example (in actuality these are around 50) and the text in each row can vary. The users would like to see the full text/image in each row without having to scroll each row. Currently my table is within Panel Box, which is inside a PanelGroupLayout-Scroll which is in a PanelStretchLayout. I tried to put the table by itself with the autoHeightRow modifications you suggested but thsi did not help either. I am using JDeveloper 11.1.1.6.
    Is this possible with an ADF Table? If it is, is the autoHeight property the only one that I am setting incorrectly? If not, is there another component I can use to get the desired functionality? My users are very strict about this requirement and will not accept the application without this.
    Thanks,

Maybe you are looking for

  • Line Item Not dispaying in Payment Advice standard report

    Hi Experts, I have cleared line items of a vendor by making payment through F-53 and subsequently generated the Print Form spoon request through FBZ5. But in the print, line items (cleared Items) doesn't display in Payment advice report. But for the

  • One DSP for Conference and Voice ?

    Dear all, I have one DSP (PVDM2-16) in the R2801 "12.3.11T". Can I configure HW conference and voice port (VIC2-4FXO) at the same time. Indeed, I cannot configure as follows: "maximum session X" under the conference profile. I only found X is "0". Ca

  • AppleTV and Infocus 7205 Projector Issue

    I have an Infocus 7205 connected via DVI>hdmi to my theater system reciever. AppleTV 2 set up screen is distorted and jumpy/unreadable. I set up the ATV on a different monitor (LCD) and all worked well. Re-connected to my theater/projector and same p

  • Depreciation to be reverted

    Hi We have posted depreciation to wrong CC. Can anybody please let me know how to charge the Depn already posted to Correct CC. Thanks. Regards, S.Sumana

  • Can I install CS 5.5 with Yosemite OS?

    I just upgraded my Mac Pro with the Yosemite OS, but I am having trouble installing my CS 5.5 software.  I get a message saying that I needed to instal "Legacy Java SE 6 runtime".  I just installed the latest version of Java, but I am still getting t