Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8098793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:11:15+00:00 2026-06-05T22:11:15+00:00

I have a DataGrid that represents layers – each row is an image on

  • 0

I have a DataGrid that represents layers – each row is an image on the stage.
Now I would like that dragging a layer, will change the childIndex of that image on the stage.

In order to do that I need to loop through the DataGrid rows after the drag, get the image from the dataprovider for each row and change the childIndex of that image to the index of the row.

I can’t figure out how to loop through the rows, get the row index and the image that is repressed by the row.

Please help 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T22:11:16+00:00Added an answer on June 5, 2026 at 10:11 pm

    I have found the solution:

    private function layers_list_dragCompleteHandler(event:DragEvent):void
            {
                var idx:int = layers_list_box.calculateDropIndex(event);
                for (var i:int = 0; i < layers.length; i++)
                {
                    var stageObject:StageObject = (layers.getItemAt(i) as AniBaniClip).GetFirstStageObject(0);
                    AniBani.getEditor().editor_stage.setElementIndex(stageObject, i + 2);
                }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a flex datagrid that I would like to remove contents from after
Using .NET 1.1, I have a DataGrid that contains three columns for each row.
I have a DataGrid in my Silverlight application, and would like to highlight an
I have a DataGrid that is used in two different views. In each case,
Consider i have a dataGrid that is created dynamically. Now i need to add
I have a DataGrid that looks like this (slightly simplified here): <asp:DataGrid ID=grdQuotas runat=server
I have a datagrid that displays items with two columns of text row data
I'm trying to implement a datagrid that works like a folder tree (i.e. each
I have a DataGrid that is setup like this: <DataGrid AutoGenerateColumns=True GridLinesVisibility=Horizontal IsReadOnly=True ItemsSource={Binding
i have a datagrid that contains 3 DataGridTemplateColumns that hold radioButtons. now i want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.